File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change 11repos :
22- repo : https://github.com/pre-commit/pre-commit-hooks
3- rev : ' v5 .0.0'
3+ rev : ' v6 .0.0'
44 hooks :
55 - id : check-merge-conflict
66- repo : https://github.com/asottile/yesqa
77 rev : v1.5.0
88 hooks :
99 - id : yesqa
1010- repo : https://github.com/PyCQA/isort
11- rev : ' 5.13.2 '
11+ rev : ' 7.0.0 '
1212 hooks :
1313 - id : isort
14- - repo : https://github.com/psf/black
15- rev : ' 24.10 .0'
14+ - repo : https://github.com/psf/black-pre-commit-mirror
15+ rev : ' 25.9 .0'
1616 hooks :
1717 - id : black
1818 language_version : python3 # Should be a command that runs python3.6+
1919- repo : https://github.com/pre-commit/pre-commit-hooks
20- rev : ' v5 .0.0'
20+ rev : ' v6 .0.0'
2121 hooks :
2222 - id : end-of-file-fixer
2323 exclude : >-
@@ -51,12 +51,12 @@ repos:
5151 - id : detect-private-key
5252 exclude : ^examples/
5353- repo : https://github.com/asottile/pyupgrade
54- rev : ' v3.19.1 '
54+ rev : ' v3.21.0 '
5555 hooks :
5656 - id : pyupgrade
5757 args : ['--py38-plus']
5858- repo : https://github.com/PyCQA/flake8
59- rev : ' 7.1.1 '
59+ rev : ' 7.3.0 '
6060 hooks :
6161 - id : flake8
6262 exclude : " ^docs/"
You can’t perform that action at this time.
0 commit comments