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 22# See https://pre-commit.com/hooks.html for more hooks
33repos :
44- repo : https://github.com/pre-commit/pre-commit-hooks
5- rev : v5 .0.0
5+ rev : v6 .0.0
66 hooks :
77 - id : trailing-whitespace
88 - id : end-of-file-fixer
99 - id : check-yaml
1010 - id : check-added-large-files
1111 args : ['--maxkb=2000']
1212- repo : https://github.com/PyCQA/flake8
13- rev : 7.2 .0
13+ rev : 7.3 .0
1414 hooks :
1515 - id : flake8
1616- repo : https://github.com/asottile/pyupgrade
17- rev : v3.20 .0
17+ rev : v3.21 .0
1818 hooks :
1919 - id : pyupgrade
2020- repo : https://github.com/pycqa/isort
21- rev : 6 .0.1
21+ rev : 7 .0.0
2222 hooks :
2323 - id : isort
2424 name : isort (python)
25- - repo : https://github.com/psf/black
26- rev : 25.1 .0
25+ - repo : https://github.com/psf/black-pre-commit-mirror
26+ rev : 25.9 .0
2727 hooks :
2828 - id : black
You can’t perform that action at this time.
0 commit comments