Spaces:
Sleeping
Sleeping
iamgojoof6eyes
commited on
Commit
·
4bb3d16
1
Parent(s):
461b15e
Auto-update pre-commit hooks
Browse files- .pre-commit-config.yaml +2 -2
.pre-commit-config.yaml
CHANGED
@@ -18,13 +18,13 @@ repos:
|
|
18 |
language_version: python3
|
19 |
|
20 |
- repo: https://github.com/asottile/add-trailing-comma
|
21 |
-
rev: v3.0.
|
22 |
hooks:
|
23 |
- id: add-trailing-comma
|
24 |
args: [--py36-plus]
|
25 |
|
26 |
- repo: https://github.com/asottile/pyupgrade
|
27 |
-
rev: v3.
|
28 |
hooks:
|
29 |
- id: pyupgrade
|
30 |
args: [--py36-plus]
|
|
|
18 |
language_version: python3
|
19 |
|
20 |
- repo: https://github.com/asottile/add-trailing-comma
|
21 |
+
rev: v3.0.1
|
22 |
hooks:
|
23 |
- id: add-trailing-comma
|
24 |
args: [--py36-plus]
|
25 |
|
26 |
- repo: https://github.com/asottile/pyupgrade
|
27 |
+
rev: v3.10.1
|
28 |
hooks:
|
29 |
- id: pyupgrade
|
30 |
args: [--py36-plus]
|