File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 33# vim: set nospell:
44repos :
55 - repo : https://github.com/pre-commit/pre-commit-hooks
6- rev : v3.4.0
6+ rev : v4.0.1
77 hooks :
88 - id : trailing-whitespace
99 args : [--markdown-linebreak-ext=md]
1010 - id : end-of-file-fixer
1111 - id : debug-statements
1212 - repo : https://github.com/asottile/reorder_python_imports
13- rev : v2.3.6
13+ rev : v2.5.0
1414 hooks :
1515 - id : reorder-python-imports
1616 - repo : https://github.com/psf/black
17- rev : " 20.8b1 "
17+ rev : " 21.6b0 "
1818 hooks :
1919 - id : black
2020 - repo : https://gitlab.com/pycqa/flake8
21- rev : " 3.8.4 " # pick a git hash / tag to point to
21+ rev : " 3.9.2 " # pick a git hash / tag to point to
2222 hooks :
2323 - id : flake8
2424 additional_dependencies : [flake8-comprehensions, flake8-import-order, flake8-bugbear]
2525 - repo : https://github.com/pre-commit/mirrors-mypy
26- rev : ' v0.790 ' # Use the sha / tag you want to point at
26+ rev : ' v0.910 ' # Use the sha / tag you want to point at
2727 hooks :
2828 - id : mypy
You can’t perform that action at this time.
0 commit comments