summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnthony Sottile <asottile@umich.edu>2021-08-02 15:28:30 -0400
committerGitHub <noreply@github.com>2021-08-02 15:28:30 -0400
commit37d62d29a5a54f256e292c1a867bd37b92bcabca (patch)
tree2db512f43d68727292f407d32e386bea3abec7ec
parent5e97894b98ff757127fea078b2d46ec006735681 (diff)
parent22e61639e120b1a8789e0875534525f7d04c0648 (diff)
downloadflake8-37d62d29a5a54f256e292c1a867bd37b92bcabca.tar.gz
Merge pull request #1368 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 7892e5d..874e8e8 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.0
+ rev: v2.23.1
hooks:
- id: pyupgrade
args: [--py36-plus]