summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorpre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>2021-09-27 20:17:04 +0000
committerGitHub <noreply@github.com>2021-09-27 20:17:04 +0000
commit03933993942991cf9c7f88c456bafaf811a66e08 (patch)
tree5da80cf893ca1a2e78103193c27146259212dd53
parent637a6a2084feaca229beb530ca12f12047f8ddce (diff)
downloadflake8-03933993942991cf9c7f88c456bafaf811a66e08.tar.gz
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/asottile/pyupgrade: v2.26.0 → v2.28.0](https://github.com/asottile/pyupgrade/compare/v2.26.0...v2.28.0)
-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]