summaryrefslogtreecommitdiff
path: root/.pre-commit-config.yaml
diff options
context:
space:
mode:
authorpre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>2022-06-07 06:57:25 +0200
committerGitHub <noreply@github.com>2022-06-07 06:57:25 +0200
commit5226158b19ed0aa0ca853e058ed91e7b842c25b0 (patch)
treeca13159c30754ff64e098d523f360e43bdaecfd3 /.pre-commit-config.yaml
parent7e01e33bbbe5a3ce13473e052fe36db732c06573 (diff)
downloadastroid-git-5226158b19ed0aa0ca853e058ed91e7b842c25b0.tar.gz
[pre-commit.ci] pre-commit autoupdate (#1601)
updates: - [github.com/asottile/pyupgrade: v2.32.1 → v2.33.0](https://github.com/asottile/pyupgrade/compare/v2.32.1...v2.33.0) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Diffstat (limited to '.pre-commit-config.yaml')
-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 810c53bf..b52bd0db 100644
--- a/.pre-commit-config.yaml
+++ b/.pre-commit-config.yaml
@@ -28,7 +28,7 @@ repos:
exclude: tests/testdata|setup.py
types: [python]
- repo: https://github.com/asottile/pyupgrade
- rev: v2.32.1
+ rev: v2.33.0
hooks:
- id: pyupgrade
exclude: tests/testdata