summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnthony Sottile <asottile@umich.edu>2021-07-05 18:36:14 -0400
committerGitHub <noreply@github.com>2021-07-05 18:36:14 -0400
commite7054a0b1d52092529adb414ee0cb98d66170fda (patch)
treee18913585cb2a8e133a44dc5d4565f155d9579a0
parent49abd2093f4e6660ce23522e657305fe761cabf9 (diff)
parent04875d3f9c84a0ed7a79c4a0de4bc726d1502636 (diff)
downloadflake8-e7054a0b1d52092529adb414ee0cb98d66170fda.tar.gz
Merge pull request #1355 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 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]