File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 11repos :
22- repo : https://github.com/asottile/pyupgrade
3- rev : v2.31.0 # Later versions do not support python 3.6
3+ rev : v2.32.0
44 hooks :
55 - id : pyupgrade
66 args : ["--py36-plus"]
@@ -15,13 +15,13 @@ repos:
1515 - id : flake8
1616 additional_dependencies : ['flake8-bugbear==19.8.0']
1717- repo : https://github.com/pre-commit/mirrors-mypy
18- rev : v0.931 # Later versions do not support python 3.6
18+ rev : v0.942
1919 hooks :
2020 - id : mypy
2121 additional_dependencies : [marshmallow-enum,typeguard,marshmallow]
2222 args : [--show-error-codes]
2323- repo : https://github.com/asottile/blacken-docs
24- rev : v1.12.0 # Later versions do not support python 3.6
24+ rev : v1.12.1
2525 hooks :
2626 - id : blacken-docs
2727 additional_dependencies : [black==19.3b0]
You can’t perform that action at this time.
0 commit comments