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 55
66repos :
77- repo : https://github.com/pre-commit/pre-commit-hooks
8- rev : v4.1 .0
8+ rev : v4.4 .0
99 hooks :
1010 - id : check-added-large-files
1111 - id : check-yaml
1212 - id : end-of-file-fixer
1313 - id : trailing-whitespace
1414- repo : https://github.com/psf/black
15- rev : 22 .1.0
15+ rev : 23 .1.0
1616 hooks :
1717 - id : black
1818- repo : https://github.com/PyCQA/flake8
19- rev : 4 .0.1
19+ rev : 6 .0.0
2020 hooks :
2121 - id : flake8
2222 exclude : ^(pydra_ml/_version\.py|versioneer\.py)$
2323- repo : https://github.com/PyCQA/isort
24- rev : 5.10.1
24+ rev : 5.12.0
2525 hooks :
2626 - id : isort
2727 args : ["--profile", "black"]
2828 exclude : ^(pydra_ml/_version\.py|versioneer\.py)$
2929- repo : https://github.com/codespell-project/codespell
30- rev : v2.1.0
30+ rev : v2.2.2
3131 hooks :
3232 - id : codespell
3333 exclude : ^(pydra_ml/_version\.py|versioneer\.py)$
You can’t perform that action at this time.
0 commit comments