File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 99
1010# Automatically sort imports with isort
1111- repo : https://github.com/timothycrosley/isort.git
12- rev : 5.7 .0
12+ rev : 5.8 .0
1313 hooks :
1414 - id : isort
1515 additional_dependencies : [toml]
1616
1717# Automatic source code formatting with Black
1818- repo : https://github.com/psf/black
19- rev : 20.8b1
19+ rev : 21.5b1
2020 hooks :
2121 - id : black
2222 args : [--safe, --quiet]
2323
2424# Enforce style with Flake8
2525- repo : https://gitlab.com/pycqa/flake8
26- rev : 3.8.4
26+ rev : 3.9.2
2727 hooks :
2828 - id : flake8
2929 # Exclude docstring checks, ignore E203 (see https://github.com/PyCQA/pycodestyle/issues/373)
3232
3333# Syntax check with pre-commit out-of-the-box hooks
3434- repo : https://github.com/pre-commit/pre-commit-hooks
35- rev : v3.4.0
35+ rev : v4.0.1
3636 hooks :
3737 - id : end-of-file-fixer
3838 - id : requirements-txt-fixer
You can’t perform that action at this time.
0 commit comments