diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index a07ba6a8..7aab5497 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -3,7 +3,7 @@ default_language_version: repos: - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v5.0.0 + rev: v6.0.0 hooks: - id: check-added-large-files - id: check-ast @@ -13,8 +13,6 @@ repos: - id: end-of-file-fixer types: [python] - id: fix-byte-order-marker - - id: fix-encoding-pragma - args: [--remove] - id: mixed-line-ending args: [--fix=lf] types: [python]