Spaces:
Sleeping
Sleeping
iamgojoof6eyes
commited on
Commit
·
199e029
1
Parent(s):
dbcd2c3
Auto-update pre-commit hooks
Browse files- .pre-commit-config.yaml +2 -2
.pre-commit-config.yaml
CHANGED
@@ -18,7 +18,7 @@ repos:
|
|
18 |
language_version: python3
|
19 |
|
20 |
- repo: https://github.com/asottile/add-trailing-comma
|
21 |
-
rev: v2.
|
22 |
hooks:
|
23 |
- id: add-trailing-comma
|
24 |
args: [--py36-plus]
|
@@ -30,7 +30,7 @@ repos:
|
|
30 |
args: [--py36-plus]
|
31 |
|
32 |
- repo: https://github.com/pycqa/isort
|
33 |
-
rev:
|
34 |
hooks:
|
35 |
- id: isort
|
36 |
args: ["--profile", "black", "--filter-files"]
|
|
|
18 |
language_version: python3
|
19 |
|
20 |
- repo: https://github.com/asottile/add-trailing-comma
|
21 |
+
rev: v2.4.0
|
22 |
hooks:
|
23 |
- id: add-trailing-comma
|
24 |
args: [--py36-plus]
|
|
|
30 |
args: [--py36-plus]
|
31 |
|
32 |
- repo: https://github.com/pycqa/isort
|
33 |
+
rev: v5.11.3
|
34 |
hooks:
|
35 |
- id: isort
|
36 |
args: ["--profile", "black", "--filter-files"]
|