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 11repos :
22 - repo : https://github.com/PyCQA/autoflake
3- rev : v2.0.0
3+ rev : v2.3.1
44 hooks :
55 - id : autoflake
66 args : ['--in-place', '--remove-all-unused-imports', '--remove-unused-variable']
77
88 - repo : https://github.com/pycqa/isort
9- rev : 5.11.4
9+ rev : 7.0.0
1010 hooks :
1111 - id : isort
1212 args : ["--profile", "black", "--filter-files"]
1313
1414 - repo : https://github.com/pre-commit/pre-commit-hooks
15- rev : v4.4 .0
15+ rev : v6.0 .0
1616 hooks :
1717 - id : trailing-whitespace
1818 exclude : ^docs/.*|.*.md
1919 - id : end-of-file-fixer
2020 exclude : ^docs/.*|.*.md
2121
22- - repo : https://github.com/psf/black
23- rev : 22.12 .0
22+ - repo : https://github.com/psf/black-pre-commit-mirror
23+ rev : 25.9 .0
2424 hooks :
2525 - id : black
2626 language_version : python3
You can’t perform that action at this time.
0 commit comments