Skip to content

Commit fcf56ac

Browse files
authoredApr 5, 2021
[pre-commit.ci] pre-commit autoupdate
1 parent 1623a8e commit fcf56ac

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎.pre-commit-config.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
exclude: ^tests/fixtures/example-code/
22
repos:
33
- repo: https://github.com/pre-commit/pre-commit-hooks
4-
rev: v2.3.0
4+
rev: v3.4.0
55
hooks:
66
- id: check-yaml
77
- id: debug-statements
@@ -26,7 +26,7 @@ repos:
2626
- id: pyupgrade
2727
args: [--py36-plus]
2828
- repo: https://github.com/pre-commit/mirrors-mypy
29-
rev: v0.720
29+
rev: v0.812
3030
hooks:
3131
- id: mypy
3232
exclude: ^(docs/|example-plugin/|tests/fixtures)

0 commit comments

Comments
 (0)
Please sign in to comment.