File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change 22# See https://pre-commit.com/hooks.html for more hooks
33repos :
44 - repo : https://github.com/pre-commit/pre-commit-hooks
5- rev : v4.5 .0
5+ rev : v6.0 .0
66 hooks :
77 - id : trailing-whitespace
88 - id : end-of-file-fixer
99 - id : check-yaml
1010
1111 - repo : https://github.com/asottile/pyupgrade
12- rev : v3.15 .0
12+ rev : v3.20 .0
1313 hooks :
1414 - id : pyupgrade
1515 args : [--py37-plus]
1616
1717 - repo : https://github.com/PyCQA/isort
18- rev : 5.13.2
18+ rev : 6.1.0
1919 hooks :
2020 - id : isort
2121
22- - repo : https://github.com/psf/black
23- rev : 23.12.1
22+ - repo : https://github.com/psf/black-pre-commit-mirror
23+ rev : 25.9.0
2424 hooks :
2525 - id : black
2626
2727 - repo : https://github.com/PyCQA/flake8
28- rev : 7.0 .0
28+ rev : 7.3 .0
2929 hooks :
3030 - id : flake8
3131 additional_dependencies :
You can’t perform that action at this time.
0 commit comments