summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorpre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>2021-05-24 17:39:32 +0000
committerGitHub <noreply@github.com>2021-05-24 17:39:32 +0000
commit53ced94ff4c16977bdaa823ef61f07785f158a0d (patch)
treec94afbd6a5b19686bd7550c2298ca724e9e0db56
parentac69c8b6e6437969dd375baea7527ba93b0db3be (diff)
downloadflake8-53ced94ff4c16977bdaa823ef61f07785f158a0d.tar.gz
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/asottile/pyupgrade: v2.16.0 → v2.18.2](https://github.com/asottile/pyupgrade/compare/v2.16.0...v2.18.2)
-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 030c3e8..dfb8041 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.16.0
+ rev: v2.18.2
hooks:
- id: pyupgrade
args: [--py36-plus]