File tree Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -13,38 +13,38 @@ repos:
1313 - id : double-quote-string-fixer
1414 - id : requirements-txt-fixer
1515- repo : https://gitlab.com/pycqa/flake8
16- rev : 3.7.9
16+ rev : 3.8.0
1717 hooks :
1818 - id : flake8
1919 additional_dependencies : [flake8-typing-imports==1.7.0]
2020- repo : https://github.com/pre-commit/mirrors-autopep8
21- rev : v1.5
21+ rev : v1.5.2
2222 hooks :
2323 - id : autopep8
2424- repo : https://github.com/pre-commit/pre-commit
25- rev : v2.1.1
25+ rev : v2.4.0
2626 hooks :
2727 - id : validate_manifest
2828- repo : https://github.com/asottile/reorder_python_imports
29- rev : v1.9 .0
29+ rev : v2.3 .0
3030 hooks :
3131 - id : reorder-python-imports
3232 args : [--py3-plus]
3333- repo : https://github.com/asottile/pyupgrade
34- rev : v2.0 .1
34+ rev : v2.4 .1
3535 hooks :
3636 - id : pyupgrade
3737 args : [--py36-plus]
3838- repo : https://github.com/asottile/add-trailing-comma
39- rev : v1.5.0
39+ rev : v2.0.1
4040 hooks :
4141 - id : add-trailing-comma
4242 args : [--py36-plus]
4343- repo : https://github.com/asottile/setup-cfg-fmt
44- rev : v1.6 .0
44+ rev : v1.9 .0
4545 hooks :
4646 - id : setup-cfg-fmt
4747- repo : https://github.com/pre-commit/mirrors-mypy
48- rev : v0.761
48+ rev : v0.770
4949 hooks :
5050 - id : mypy
You can’t perform that action at this time.
0 commit comments