File tree Expand file tree Collapse file tree 1 file changed +9
-9
lines changed Expand file tree Collapse file tree 1 file changed +9
-9
lines changed Original file line number Diff line number Diff line change 33exclude : ' (JSON|boards)'
44repos :
55 - repo : https://github.com/pre-commit/pre-commit-hooks
6- rev : v4 .0.1
6+ rev : v6 .0.0
77 hooks :
88 - id : check-docstring-first
99 - id : end-of-file-fixer
1010 - id : trailing-whitespace
1111 - repo : https://github.com/asottile/setup-cfg-fmt
12- rev : v1.17 .0
12+ rev : v2.8 .0
1313 hooks :
1414 - id : setup-cfg-fmt
1515 - repo : https://github.com/PyCQA/flake8
16- rev : 3.9.2
16+ rev : 7.3.0
1717 hooks :
1818 - id : flake8
1919 additional_dependencies : [flake8-typing-imports==1.7.0]
20- - repo : https://github.com/myint /autoflake
21- rev : v1.4
20+ - repo : https://github.com/PyCQA /autoflake
21+ rev : v2.3.1
2222 hooks :
2323 - id : autoflake
2424 args : ["--in-place", "--remove-all-unused-imports"]
2525 - repo : https://github.com/PyCQA/isort
26- rev : 5.8 .0
26+ rev : 6.1 .0
2727 hooks :
2828 - id : isort
29- - repo : https://github.com/psf/black
30- rev : 21.5b2
29+ - repo : https://github.com/psf/black-pre-commit-mirror
30+ rev : 25.9.0
3131 hooks :
3232 - id : black
3333 - repo : https://github.com/asottile/pyupgrade
34- rev : v2.19 .0
34+ rev : v3.20 .0
3535 hooks :
3636 - id : pyupgrade
3737 args : [--py37-plus]
You can’t perform that action at this time.
0 commit comments