summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorpre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>2022-12-06 02:22:42 +0000
committerGitHub <noreply@github.com>2022-12-06 02:22:42 +0000
commit9c7d93f7cf9445ed0d8f62e29989b60fed408bec (patch)
treee6a9d1d4beacde7657e5f6bb140290b9889b7c4b
parent6dbda09b8331f11f49befb1e91b2d531c20f0032 (diff)
downloadpep8-9c7d93f7cf9445ed0d8f62e29989b60fed408bec.tar.gz
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/asottile/pyupgrade: v3.2.2 → v3.3.0](https://github.com/asottile/pyupgrade/compare/v3.2.2...v3.3.0)
-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]