Update .pre-commit-config.yaml

This commit is contained in:
XXXXRT666 2025-05-01 12:27:07 +01:00 committed by GitHub
parent d3176bc50e
commit d6f9c53700
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -13,9 +13,3 @@ repos:
- id: ruff-format - id: ruff-format
types_or: [ python, pyi ] types_or: [ python, pyi ]
args: [ --line-length, "120", --target-version, "py310" ] args: [ --line-length, "120", --target-version, "py310" ]
# - repo: https://github.com/codespell-project/codespell
# rev: v2.4.1
# hooks:
# - id: codespell
# files: ^.*\.(py|md)$