summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnthony Sottile <asottile@umich.edu>2022-12-05 20:40:45 -0800
committerGitHub <noreply@github.com>2022-12-05 20:40:45 -0800
commit0fd8b014cecae05ef4491254fa76fc765ec052c4 (patch)
treee6a9d1d4beacde7657e5f6bb140290b9889b7c4b
parent6dbda09b8331f11f49befb1e91b2d531c20f0032 (diff)
parent9c7d93f7cf9445ed0d8f62e29989b60fed408bec (diff)
downloadpep8-0fd8b014cecae05ef4491254fa76fc765ec052c4.tar.gz
Merge pull request #1127 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 39b7bfd..061253f 100644
--- a/.pre-commit-config.yaml
+++ b/.pre-commit-config.yaml
@@ -13,7 +13,7 @@ repos:
- id: reorder-python-imports
args: [--py36-plus]
- repo: https://github.com/asottile/pyupgrade
- rev: v3.2.2
+ rev: v3.3.0
hooks:
- id: pyupgrade
args: [--py36-plus]