File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 33 autoupdate_schedule : weekly
44repos :
55- repo : https://github.com/pre-commit/pre-commit-hooks
6- rev : v5 .0.0
6+ rev : v6 .0.0
77 hooks :
88 - id : trailing-whitespace
99 - id : end-of-file-fixer
@@ -17,19 +17,19 @@ repos:
1717 - id : check-yaml
1818 - id : debug-statements
1919 - id : requirements-txt-fixer
20- - repo : https://github.com/psf/black
21- rev : 25.1 .0
20+ - repo : https://github.com/psf/black-pre-commit-mirror
21+ rev : 25.11 .0
2222 hooks :
2323 - id : black
2424 args : [--safe, --quiet]
2525 exclude : ^(src/re2c/_version.py)
2626- repo : https://github.com/asottile/blacken-docs
27- rev : 1.19.1
27+ rev : 1.20.0
2828 hooks :
2929 - id : blacken-docs
3030 additional_dependencies : [black==22.12.0]
3131- repo : https://github.com/PyCQA/flake8
32- rev : 7.2 .0
32+ rev : 7.3 .0
3333 hooks :
3434 - id : flake8
3535 additional_dependencies : [flake8-bugbear]
You can’t perform that action at this time.
0 commit comments