Spaces:
Running
on
CPU Upgrade
Running
on
CPU Upgrade
Update
Browse files- .pre-commit-config.yaml +2 -2
.pre-commit-config.yaml
CHANGED
@@ -24,14 +24,14 @@ repos:
|
|
24 |
- id: isort
|
25 |
args: ["--profile", "black"]
|
26 |
- repo: https://github.com/pre-commit/mirrors-mypy
|
27 |
-
rev: v1.
|
28 |
hooks:
|
29 |
- id: mypy
|
30 |
args: ["--ignore-missing-imports"]
|
31 |
additional_dependencies:
|
32 |
["types-python-slugify", "types-requests", "types-PyYAML"]
|
33 |
- repo: https://github.com/psf/black
|
34 |
-
rev: 23.
|
35 |
hooks:
|
36 |
- id: black
|
37 |
language_version: python3.10
|
|
|
24 |
- id: isort
|
25 |
args: ["--profile", "black"]
|
26 |
- repo: https://github.com/pre-commit/mirrors-mypy
|
27 |
+
rev: v1.7.0
|
28 |
hooks:
|
29 |
- id: mypy
|
30 |
args: ["--ignore-missing-imports"]
|
31 |
additional_dependencies:
|
32 |
["types-python-slugify", "types-requests", "types-PyYAML"]
|
33 |
- repo: https://github.com/psf/black
|
34 |
+
rev: 23.11.0
|
35 |
hooks:
|
36 |
- id: black
|
37 |
language_version: python3.10
|