@@ -2,41 +2,43 @@ default_install_hook_types:
22 - commit-msg
33 - pre-commit
44repos :
5- - repo : https://github.com/pre-commit/pre-commit-hooks
6- rev : v6.0.0
5+ - repo : builtin
76 hooks :
87 - id : check-added-large-files
98 args : [--enforce-all]
10- - id : check-ast
11- - id : check-builtin-literals
129 - id : check-case-conflict
13- - id : check-docstring-first
1410 - id : check-executables-have-shebangs
15- - id : check-illegal-windows-names
1611 - id : check-json
1712 - id : check-merge-conflict
18- - id : check-shebang-scripts-are-executable
1913 - id : check-symlinks
2014 - id : check-toml
21- - id : check-vcs-permalinks
2215 - id : check-xml
2316 - id : check-yaml
17+ - id : detect-private-key
18+ - id : fix-byte-order-marker
19+ - id : mixed-line-ending
20+ args : [--fix=no]
21+ - id : no-commit-to-branch
22+ - id : trailing-whitespace
23+ - repo : https://github.com/pre-commit/pre-commit-hooks
24+ rev : v6.0.0
25+ hooks :
26+ - id : check-ast
27+ - id : check-builtin-literals
28+ - id : check-docstring-first
29+ - id : check-illegal-windows-names
30+ - id : check-shebang-scripts-are-executable
31+ - id : check-vcs-permalinks
2432 - id : debug-statements
2533 - id : destroyed-symlinks
2634 - id : detect-aws-credentials
2735 args : [--allow-missing-credentials]
28- - id : detect-private-key
29- - id : fix-byte-order-marker
3036 - id : forbid-new-submodules
3137 - id : forbid-submodules
32- - id : mixed-line-ending
33- args : [--fix=no]
3438 - id : name-tests-test
3539 args : [--pytest-test-first]
36- - id : no-commit-to-branch
3740 - id : pretty-format-json
3841 - id : requirements-txt-fixer
39- - id : trailing-whitespace
4042 - repo : https://github.com/astral-sh/uv-pre-commit
4143 rev : 0.9.17
4244 hooks :
0 commit comments