diff options
| author | Anthony Sottile <asottile@umich.edu> | 2021-12-20 16:55:31 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-12-20 16:55:31 -0500 |
| commit | f7a86ca04b57b8a3bb71549d41ffc560ad5ce482 (patch) | |
| tree | cbe4a8d8c1e2eaa4a0d503130905406b653ad53d | |
| parent | f90a549da5738e18342f496e083d60c05c618d09 (diff) | |
| parent | 19db9086057c4bbcf47d65d07a1b747f39625908 (diff) | |
| download | flake8-f7a86ca04b57b8a3bb71549d41ffc560ad5ce482.tar.gz | |
Merge pull request #1495 from PyCQA/pre-commit-ci-update-config
[pre-commit.ci] pre-commit autoupdate
| -rw-r--r-- | .pre-commit-config.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index b6fa672..f0a22b8 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -27,7 +27,7 @@ repos: - id: pyupgrade args: [--py36-plus] - repo: https://github.com/pre-commit/mirrors-mypy - rev: v0.910-1 + rev: v0.920 hooks: - id: mypy exclude: ^(docs/|example-plugin/) |
