File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -12,25 +12,25 @@ repos:
1212 - id : requirements-txt-fixer
1313 - id : double-quote-string-fixer
1414- repo : https://gitlab.com/pycqa/flake8
15- rev : 3.7.9
15+ rev : 3.8.0
1616 hooks :
1717 - id : flake8
1818 additional_dependencies : [flake8-typing-imports==1.6.0]
1919- repo : https://github.com/pre-commit/mirrors-autopep8
20- rev : v1.5.1
20+ rev : v1.5.2
2121 hooks :
2222 - id : autopep8
2323- repo : https://github.com/pre-commit/pre-commit
24- rev : v2.2 .0
24+ rev : v2.4 .0
2525 hooks :
2626 - id : validate_manifest
2727- repo : https://github.com/asottile/pyupgrade
28- rev : v2.1.0
28+ rev : v2.4.1
2929 hooks :
3030 - id : pyupgrade
3131 args : [--py36-plus]
3232- repo : https://github.com/asottile/reorder_python_imports
33- rev : v2.1 .0
33+ rev : v2.3 .0
3434 hooks :
3535 - id : reorder-python-imports
3636 args : [--py3-plus]
4040 - id : add-trailing-comma
4141 args : [--py36-plus]
4242- repo : https://github.com/asottile/setup-cfg-fmt
43- rev : v1.8.2
43+ rev : v1.9.0
4444 hooks :
4545 - id : setup-cfg-fmt
4646- repo : https://github.com/pre-commit/mirrors-mypy
You can’t perform that action at this time.
0 commit comments