summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorpre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>2021-07-05 22:29:00 +0000
committerGitHub <noreply@github.com>2021-07-05 22:29:00 +0000
commit04875d3f9c84a0ed7a79c4a0de4bc726d1502636 (patch)
treee18913585cb2a8e133a44dc5d4565f155d9579a0
parent49abd2093f4e6660ce23522e657305fe761cabf9 (diff)
downloadflake8-04875d3f9c84a0ed7a79c4a0de4bc726d1502636.tar.gz
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/asottile/pyupgrade: v2.19.4 → v2.20.0](https://github.com/asottile/pyupgrade/compare/v2.19.4...v2.20.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 b08f41c..383c10e 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.19.4
+ rev: v2.20.0
hooks:
- id: pyupgrade
args: [--py36-plus]