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 2222repos :
2323 # Autoformat: Python code, syntax patterns are modernized
2424 - repo : https://github.com/asottile/pyupgrade
25- rev : v3.19.1
25+ rev : v3.21.0
2626 hooks :
2727 - id : pyupgrade
2828 args :
2929 - --py310-plus
3030
3131 # Autoformat: Python code
3232 - repo : https://github.com/PyCQA/isort
33- rev : " 6 .0.1 "
33+ rev : " 7 .0.0 "
3434 hooks :
3535 - id : isort
3636
3737 # Autoformat: Python code
38- - repo : https://github.com/psf/black
39- rev : " 25.1 .0"
38+ - repo : https://github.com/psf/black-pre-commit-mirror
39+ rev : " 25.9 .0"
4040 hooks :
4141 - id : black
4242
4343 # Autoformat: general small fixes
4444 - repo : https://github.com/pre-commit/pre-commit-hooks
45- rev : v5 .0.0
45+ rev : v6 .0.0
4646 hooks :
4747 - id : end-of-file-fixer
4848 exclude_types : ["svg"]
4949 - id : trailing-whitespace
5050
5151 # Lint: Python code
5252 - repo : https://github.com/PyCQA/flake8
53- rev : " 7.2 .0"
53+ rev : " 7.3 .0"
5454 hooks :
5555 - id : flake8
5656
You can’t perform that action at this time.
0 commit comments