[pre-commit.ci] pre-commit autoupdate

This commit is contained in:
pre-commit-ci[bot] 2021-04-05 17:22:46 +00:00 committed by GitHub
parent 1623a8ea4f
commit fcf56ac93e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,7 +1,7 @@
exclude: ^tests/fixtures/example-code/
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v2.3.0
rev: v3.4.0
hooks:
- id: check-yaml
- id: debug-statements
@ -26,7 +26,7 @@ repos:
- id: pyupgrade
args: [--py36-plus]
- repo: https://github.com/pre-commit/mirrors-mypy
rev: v0.720
rev: v0.812
hooks:
- id: mypy
exclude: ^(docs/|example-plugin/|tests/fixtures)