From c0088c9ed2ca0b84c79bb2d6a1779be0a1f566ea Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Simon=20H=C3=B6rrle?= Date: Tue, 14 Nov 2023 08:51:35 +0100 Subject: [PATCH] drop prettier in favour of black --- .pre-commit-config.yaml | 6 ++---- poetry.lock | 2 +- 2 files changed, 3 insertions(+), 5 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index ee4dcaa..7d40075 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -4,6 +4,8 @@ repos: hooks: - id: check-added-large-files - id: check-yaml + - id: check-toml + - id: check-xml - id: end-of-file-fixer - id: trailing-whitespace - repo: local @@ -19,7 +21,3 @@ repos: entry: poetry run ruff language: system types: [python] - - repo: https://github.com/pre-commit/mirrors-prettier - rev: v3.0.3 - hooks: - - id: prettier diff --git a/poetry.lock b/poetry.lock index 0e010d3..e20e7ea 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1,4 +1,4 @@ -# This file is automatically @generated by Poetry 1.7.0 and should not be changed by hand. +# This file is automatically @generated by Poetry 1.5.1 and should not be changed by hand. [[package]] name = "aiohttp"