Spaces:
Paused
Paused
iamgojoof6eyes
commited on
Commit
·
a8096bc
1
Parent(s):
1197741
Auto-update pre-commit hooks
Browse files- .pre-commit-config.yaml +2 -2
.pre-commit-config.yaml
CHANGED
|
@@ -1,6 +1,6 @@
|
|
| 1 |
repos:
|
| 2 |
- repo: https://github.com/pre-commit/pre-commit-hooks
|
| 3 |
-
rev: v4.
|
| 4 |
hooks:
|
| 5 |
- id: trailing-whitespace
|
| 6 |
- id: end-of-file-fixer
|
|
@@ -24,7 +24,7 @@ repos:
|
|
| 24 |
args: [--py36-plus]
|
| 25 |
|
| 26 |
- repo: https://github.com/asottile/pyupgrade
|
| 27 |
-
rev: v2.
|
| 28 |
hooks:
|
| 29 |
- id: pyupgrade
|
| 30 |
args: [--py36-plus]
|
|
|
|
| 1 |
repos:
|
| 2 |
- repo: https://github.com/pre-commit/pre-commit-hooks
|
| 3 |
+
rev: v4.2.0
|
| 4 |
hooks:
|
| 5 |
- id: trailing-whitespace
|
| 6 |
- id: end-of-file-fixer
|
|
|
|
| 24 |
args: [--py36-plus]
|
| 25 |
|
| 26 |
- repo: https://github.com/asottile/pyupgrade
|
| 27 |
+
rev: v2.32.0
|
| 28 |
hooks:
|
| 29 |
- id: pyupgrade
|
| 30 |
args: [--py36-plus]
|