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 11exclude : .+/migrations/.+\.py
22repos :
33 - repo : https://github.com/psf/black
4- rev : 22.12 .0
4+ rev : 25.1 .0
55 hooks :
66 - id : black
77
88 - repo : https://github.com/PyCQA/flake8
9- rev : 6.0 .0
9+ rev : 7.3 .0
1010 hooks :
1111 - id : flake8
1212 args : [--max-line-length=88]
1313
14- - repo : https://github.com/asottile/reorder_python_imports
15- rev : v3.9 .0
14+ - repo : https://github.com/asottile/reorder-python-imports
15+ rev : v3.15 .0
1616 hooks :
1717 - id : reorder-python-imports
1818
1919 - repo : https://github.com/econchick/interrogate
20- rev : 1.5 .0
20+ rev : 1.7 .0
2121 hooks :
2222 - id : interrogate
2323 args : [--fail-under=100, -v]
2424 exclude : ^(docs/conf.py|setup.py)
2525
2626 - repo : https://github.com/pre-commit/pre-commit-hooks
27- rev : v4.4 .0
27+ rev : v5.0 .0
2828 hooks :
2929 - id : check-yaml
3030 - id : trailing-whitespace
You can’t perform that action at this time.
0 commit comments