File tree Expand file tree Collapse file tree 1 file changed +6
-8
lines changed
Expand file tree Collapse file tree 1 file changed +6
-8
lines changed Original file line number Diff line number Diff line change 22# pre-commit install
33# To update the pre-commit hooks run:
44# pre-commit install-hooks
5- exclude : ' ^(\.bumpversion\.cfg)(/|$)'
6- minimum_pre_commit_version : " 1.20.0"
5+ minimum_pre_commit_version : " 3"
76repos :
87 - repo : meta
98 hooks :
109 - id : identity
1110 - id : check-hooks-apply
1211 - repo : https://github.com/pre-commit/pre-commit-hooks
13- rev : v4.3 .0
12+ rev : v4.6 .0
1413 hooks :
14+ - id : check-builtin-literals
15+ - id : check-executables-have-shebangs
1516 - id : check-merge-conflict
17+ - id : check-toml
18+ - id : check-yaml
1619 - id : debug-statements
17- - id : check-builtin-literals
1820 - id : detect-private-key
1921 - id : end-of-file-fixer
2022 - id : mixed-line-ending
21- # - id: check-executables-have-shebangs
2223 - id : trailing-whitespace
23- - id : fix-encoding-pragma
24- args :
25- - --remove
2624 - repo : https://github.com/astral-sh/ruff-pre-commit
2725 rev : v0.5.2
2826 hooks :
You can’t perform that action at this time.
0 commit comments