[pre-commit.ci] pre-commit suggestions (#8119)
Browse filesupdates:
- [github.com/asottile/pyupgrade: v2.32.0 → v2.32.1](https://github.com/asottile/pyupgrade/compare/v2.32.0...v2.32.1)
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Co-authored-by: Glenn Jocher <[email protected]>
- .pre-commit-config.yaml +1 -1
.pre-commit-config.yaml
CHANGED
@@ -24,7 +24,7 @@ repos:
|
|
24 |
- id: check-docstring-first
|
25 |
|
26 |
- repo: https://github.com/asottile/pyupgrade
|
27 |
-
rev: v2.32.
|
28 |
hooks:
|
29 |
- id: pyupgrade
|
30 |
name: Upgrade code
|
|
|
24 |
- id: check-docstring-first
|
25 |
|
26 |
- repo: https://github.com/asottile/pyupgrade
|
27 |
+
rev: v2.32.1
|
28 |
hooks:
|
29 |
- id: pyupgrade
|
30 |
name: Upgrade code
|