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