summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnthony Sottile <asottile@umich.edu>2021-10-04 13:29:31 -0700
committerGitHub <noreply@github.com>2021-10-04 13:29:31 -0700
commit21d3c70d676007470908d39b73f0521d39b3b997 (patch)
tree6877f46766eea2cff1485550868ddc65ce720fa3
parented28466bae9734520f9779f3421a8cd7ed77a44c (diff)
parent7e3dcb15f1de272667ab839e1bca2fbebb7e2e21 (diff)
downloadflake8-master.tar.gz
Merge pull request #1395 from PyCQA/pre-commit-ci-update-configHEADmaster
[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 efc349e..a3a9734 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.28.0
+ rev: v2.29.0
hooks:
- id: pyupgrade
args: [--py36-plus]