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 11fail_fast : false
22repos :
33 - repo : https://github.com/pre-commit/pre-commit-hooks
4- rev : v4.5 .0
4+ rev : v5.0 .0
55 hooks :
66 - id : check-merge-conflict
77 - id : debug-statements
88 - id : trailing-whitespace
99 - id : end-of-file-fixer
1010 - repo : https://github.com/ambv/black
11- rev : 24.2 .0
11+ rev : 25.1 .0
1212 hooks :
1313 - id : black
1414 - repo : https://github.com/pycqa/flake8
15- rev : 7.0 .0
15+ rev : 7.2 .0
1616 hooks :
1717 - id : flake8
1818 additional_dependencies :
1919 - importlib_metadata<5
2020 - repo : https://github.com/asottile/pyupgrade
21- rev : v3.15 .1
21+ rev : v3.19 .1
2222 hooks :
2323 - id : pyupgrade
2424 args : [--py36-plus]
2525 - repo : https://github.com/pycqa/isort
26- rev : 5.13.2
26+ rev : 6.0.1
2727 hooks :
2828 - id : isort
You can’t perform that action at this time.
0 commit comments