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"