summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnthony Sottile <asottile@umich.edu>2021-04-12 10:31:57 -0700
committerGitHub <noreply@github.com>2021-04-12 10:31:57 -0700
commit992bb77d2249b835a9bce6fd51e06b789cbd1eda (patch)
tree6a7008befbd092db4936134e29dc4408d7183d2c
parent9efd4bf3245a6f5f03e8f3f950721b31788c16c5 (diff)
parentc5315241b9bef1dcc9c81bf3c7d5afa019551d18 (diff)
downloadflake8-992bb77d2249b835a9bce6fd51e06b789cbd1eda.tar.gz
Merge pull request #1314 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 c676e5c..11243cf 100644
--- a/.pre-commit-config.yaml
+++ b/.pre-commit-config.yaml
@@ -21,7 +21,7 @@ repos:
args: [--line-length=78]
files: ^src/
- repo: https://github.com/asottile/pyupgrade
- rev: v2.11.0
+ rev: v2.12.0
hooks:
- id: pyupgrade
args: [--py36-plus]