pre-commit-ci[bot]
pre-commit-ci[bot]
commited on
Commit
β’
fdc9d91
1
Parent(s):
c768919
[pre-commit.ci] pre-commit suggestions (#8470)
Browse filesupdates:
- [github.com/pre-commit/pre-commit-hooks: v4.2.0 β v4.3.0](https://github.com/pre-commit/pre-commit-hooks/compare/v4.2.0...v4.3.0)
- [github.com/asottile/pyupgrade: v2.32.1 β v2.34.0](https://github.com/asottile/pyupgrade/compare/v2.32.1...v2.34.0)
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
- .pre-commit-config.yaml +2 -2
.pre-commit-config.yaml
CHANGED
@@ -13,7 +13,7 @@ ci:
|
|
13 |
|
14 |
repos:
|
15 |
- repo: https://github.com/pre-commit/pre-commit-hooks
|
16 |
-
rev: v4.
|
17 |
hooks:
|
18 |
- id: end-of-file-fixer
|
19 |
- id: trailing-whitespace
|
@@ -24,7 +24,7 @@ repos:
|
|
24 |
- id: check-docstring-first
|
25 |
|
26 |
- repo: https://github.com/asottile/pyupgrade
|
27 |
-
rev: v2.
|
28 |
hooks:
|
29 |
- id: pyupgrade
|
30 |
name: Upgrade code
|
|
|
13 |
|
14 |
repos:
|
15 |
- repo: https://github.com/pre-commit/pre-commit-hooks
|
16 |
+
rev: v4.3.0
|
17 |
hooks:
|
18 |
- id: end-of-file-fixer
|
19 |
- id: trailing-whitespace
|
|
|
24 |
- id: check-docstring-first
|
25 |
|
26 |
- repo: https://github.com/asottile/pyupgrade
|
27 |
+
rev: v2.34.0
|
28 |
hooks:
|
29 |
- id: pyupgrade
|
30 |
name: Upgrade code
|