summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorpre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>2022-09-20 00:55:15 +0000
committerGitHub <noreply@github.com>2022-09-20 00:55:15 +0000
commitb88a4c348ea88fd6489cbdc2f68ca05fcd644004 (patch)
tree2469b7d5c6b63a679706e208bf17c64f3fc3ea09
parent6cddabcb0a2f301441731fba23f655563ea0aba9 (diff)
downloadpep8-b88a4c348ea88fd6489cbdc2f68ca05fcd644004.tar.gz
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/asottile/pyupgrade: v2.37.3 → v2.38.0](https://github.com/asottile/pyupgrade/compare/v2.37.3...v2.38.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 d087197..e3a9341 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: v2.37.3
+ rev: v2.38.0
hooks:
- id: pyupgrade
args: [--py36-plus]