Merge pull request #1348 from PyCQA/pre-commit-ci-update-config

[pre-commit.ci] pre-commit autoupdate
This commit is contained in:
Anthony Sottile 2021-06-14 11:08:16 -07:00 committed by GitHub
commit 21fdf2334c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -13,17 +13,17 @@ repos:
- id: reorder-python-imports - id: reorder-python-imports
args: [--application-directories, '.:src', --py36-plus] args: [--application-directories, '.:src', --py36-plus]
- repo: https://github.com/psf/black - repo: https://github.com/psf/black
rev: 21.5b2 rev: 21.6b0
hooks: hooks:
- id: black - id: black
args: [--line-length=79] args: [--line-length=79]
- repo: https://github.com/asottile/pyupgrade - repo: https://github.com/asottile/pyupgrade
rev: v2.19.1 rev: v2.19.4
hooks: hooks:
- 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.812 rev: v0.902
hooks: hooks:
- id: mypy - id: mypy
exclude: ^(docs/|example-plugin/) exclude: ^(docs/|example-plugin/)