summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnthony Sottile <asottile@umich.edu>2021-08-23 16:18:06 -0400
committerGitHub <noreply@github.com>2021-08-23 16:18:06 -0400
commit26f7dca77a937964eb85d25e6b331cb1e7b40701 (patch)
tree96a50da9e42c4901e5b1bce5eebdc858802b4301
parent542145fb7cda98375467554a4070e232ba37f865 (diff)
parent17597ad8ed210c9218074e0dcc2fb8cbfb2ceb4f (diff)
downloadflake8-26f7dca77a937964eb85d25e6b331cb1e7b40701.tar.gz
Merge pull request #1378 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 ca01f0d..3b9b65f 100644
--- a/.pre-commit-config.yaml
+++ b/.pre-commit-config.yaml
@@ -18,7 +18,7 @@ repos:
- id: black
args: [--line-length=79]
- repo: https://github.com/asottile/pyupgrade
- rev: v2.23.3
+ rev: v2.24.0
hooks:
- id: pyupgrade
args: [--py36-plus]