File tree Expand file tree Collapse file tree 1 file changed +13
-13
lines changed Expand file tree Collapse file tree 1 file changed +13
-13
lines changed Original file line number Diff line number Diff line change @@ -2,34 +2,34 @@ default_language_version:
22 python : python3
33repos :
44- repo : https://github.com/pre-commit/pre-commit-hooks
5- rev : v4.2 .0
5+ rev : v4.4 .0
66 hooks :
77 - id : check-ast
88 - id : check-builtin-literals
99 - id : check-merge-conflict
1010 - id : check-yaml
1111 - id : check-toml
1212
13+ - repo : https://github.com/MarcoGorelli/cython-lint
14+ rev : v0.13.0
15+ hooks :
16+ - id : cython-lint
17+ - id : double-quote-cython-strings
18+
1319- repo : https://github.com/PyCQA/isort
14- rev : 5.10.1
20+ rev : 5.12.0
1521 hooks :
1622 - id : isort
1723 exclude : ^docs/
1824
19- - repo : https://github.com/pre-commit/mirrors-autopep8
20- rev : ' v1.6.0 '
25+ - repo : https://github.com/psf/black
26+ rev : 23.1.0
2127 hooks :
22- - id : autopep8
28+ - id : black
2329 exclude : ^docs/
2430
25- - repo : https://gitlab .com/pycqa /flake8
26- rev : 4 .0.1
31+ - repo : https://github .com/PyCQA /flake8
32+ rev : 6 .0.0
2733 hooks :
2834 - id : flake8
2935 exclude : ^docs/
30-
31- - repo : https://github.com/pre-commit/mirrors-mypy
32- rev : v0.950
33- hooks :
34- - id : mypy
35- exclude : ^docs/
You can’t perform that action at this time.
0 commit comments