summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorpre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>2022-07-25 22:35:48 +0300
committerGitHub <noreply@github.com>2022-07-25 22:35:48 +0300
commit5082344e8f015d4a033b8f64dcc2c42703cd9507 (patch)
tree0115c0a4c727dd8add03ba5f0f638cd8db7c6ea8
parent4da2a85eae3d2b761a4c21ba490b03648a1ec7d4 (diff)
downloadwheel-git-5082344e8f015d4a033b8f64dcc2c42703cd9507.tar.gz
[pre-commit.ci] pre-commit autoupdate (#462)
updates: - [github.com/asottile/pyupgrade: v2.37.1 → v2.37.2](https://github.com/asottile/pyupgrade/compare/v2.37.1...v2.37.2) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
-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 4e2e58b..8854381 100644
--- a/.pre-commit-config.yaml
+++ b/.pre-commit-config.yaml
@@ -24,7 +24,7 @@ repos:
args: ["-a", "from __future__ import annotations"]
- repo: https://github.com/asottile/pyupgrade
- rev: v2.37.1
+ rev: v2.37.2
hooks:
- id: pyupgrade
args: ["--py37-plus"]