summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnthony Sottile <asottile@umich.edu>2021-09-27 13:19:14 -0700
committerGitHub <noreply@github.com>2021-09-27 13:19:14 -0700
commited28466bae9734520f9779f3421a8cd7ed77a44c (patch)
tree5da80cf893ca1a2e78103193c27146259212dd53
parent637a6a2084feaca229beb530ca12f12047f8ddce (diff)
parent03933993942991cf9c7f88c456bafaf811a66e08 (diff)
downloadflake8-ed28466bae9734520f9779f3421a8cd7ed77a44c.tar.gz
Merge pull request #1393 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 2de3730..efc349e 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.26.0
+ rev: v2.28.0
hooks:
- id: pyupgrade
args: [--py36-plus]