summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnthony Sottile <asottile@umich.edu>2021-06-28 18:13:37 -0700
committerGitHub <noreply@github.com>2021-06-28 18:13:37 -0700
commit49abd2093f4e6660ce23522e657305fe761cabf9 (patch)
treed713f83fd7bb2606993f0161d673b1bf2bb22fd2
parent320c3ce7a9bfb75581b7014d130b786e0c658578 (diff)
parent8c5c50b6afdf16901551c543a64ccd92ffb7d6d9 (diff)
downloadflake8-49abd2093f4e6660ce23522e657305fe761cabf9.tar.gz
Merge pull request #1353 from PyCQA/pre-commit-ci-update-config
[pre-commit.ci] pre-commit autoupdate
-rw-r--r--.pre-commit-config.yaml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml
index f51afef..b08f41c 100644
--- a/.pre-commit-config.yaml
+++ b/.pre-commit-config.yaml
@@ -23,7 +23,7 @@ repos:
- id: pyupgrade
args: [--py36-plus]
- repo: https://github.com/pre-commit/mirrors-mypy
- rev: v0.902
+ rev: v0.910
hooks:
- id: mypy
exclude: ^(docs/|example-plugin/)