diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 50ae041..d5a3916 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -6,12 +6,10 @@ repos: args: [--safe, --quiet] - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v5.0.0 + rev: v6.0.0 hooks: - id: trailing-whitespace - id: end-of-file-fixer - - id: fix-encoding-pragma - args: [--remove] - id: check-yaml language_version: python3