Skip to content

Commit 7ab7b52

Browse files
committed
update pre-commit hooks
1 parent 6494bb9 commit 7ab7b52

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
repos:
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]

0 commit comments

Comments
 (0)