summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnthony Sottile <asottile@umich.edu>2021-08-09 13:21:45 -0700
committerGitHub <noreply@github.com>2021-08-09 13:21:45 -0700
commitd25cc10e382bcbd59cea47e0172f1e35cd3ee90d (patch)
treecff38bfda9698e6f6aa4e5a7aab2064aa5106d03
parent37d62d29a5a54f256e292c1a867bd37b92bcabca (diff)
parent61bd4e395bc62ae323e2729127834779da155266 (diff)
downloadflake8-d25cc10e382bcbd59cea47e0172f1e35cd3ee90d.tar.gz
Merge pull request #1370 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 874e8e8..ca01f0d 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.23.1
+ rev: v2.23.3
hooks:
- id: pyupgrade
args: [--py36-plus]