File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 1111repos :
1212 # Autoformat: Python code, syntax patterns are modernized
1313 - repo : https://github.com/asottile/pyupgrade
14- rev : v3.17.0
14+ rev : v3.19.1
1515 hooks :
1616 - id : pyupgrade
1717 args :
1818 - --py38-plus
1919
2020 # Autoformat: Python code
2121 - repo : https://github.com/psf/black
22- rev : 24.8 .0
22+ rev : 25.1 .0
2323 hooks :
2424 - id : black
2525 # args are not passed, but see the config in pyproject.toml
2626
2727 # Autoformat: Python code
2828 - repo : https://github.com/pycqa/isort
29- rev : 5.13.2
29+ rev : 6.0.0
3030 hooks :
3131 - id : isort
3232 # args are not passed, but see the config in pyproject.toml
6161
6262 # Misc autoformatting and linting
6363 - repo : https://github.com/pre-commit/pre-commit-hooks
64- rev : v4.6 .0
64+ rev : v5.0 .0
6565 hooks :
6666 - id : end-of-file-fixer
6767 exclude_types : [svg]
You can’t perform that action at this time.
0 commit comments