Loading .pre-commit-config.yaml +2 −1 Original line number Diff line number Diff line --- exclude: test_files repos: - repo: https://github.com/pre-commit/pre-commit-hooks.git rev: v4.0.1 Loading @@ -10,7 +11,7 @@ repos: - id: check-yaml - id: detect-private-key - id: end-of-file-fixer exclude: VERSION|test_files exclude: VERSION - id: trailing-whitespace - repo: https://github.com/codespell-project/codespell.git Loading Loading
.pre-commit-config.yaml +2 −1 Original line number Diff line number Diff line --- exclude: test_files repos: - repo: https://github.com/pre-commit/pre-commit-hooks.git rev: v4.0.1 Loading @@ -10,7 +11,7 @@ repos: - id: check-yaml - id: detect-private-key - id: end-of-file-fixer exclude: VERSION|test_files exclude: VERSION - id: trailing-whitespace - repo: https://github.com/codespell-project/codespell.git Loading