Spaces:
Running
on
CPU Upgrade
Running
on
CPU Upgrade
Update
Browse files- .pre-commit-config.yaml +9 -4
.pre-commit-config.yaml
CHANGED
@@ -19,19 +19,24 @@ repos:
|
|
19 |
- id: docformatter
|
20 |
args: ["--in-place"]
|
21 |
- repo: https://github.com/pycqa/isort
|
22 |
-
rev: 5.13.
|
23 |
hooks:
|
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 |
-
[
|
|
|
|
|
|
|
|
|
|
|
33 |
- repo: https://github.com/psf/black
|
34 |
-
rev: 23.
|
35 |
hooks:
|
36 |
- id: black
|
37 |
language_version: python3.10
|
|
|
19 |
- id: docformatter
|
20 |
args: ["--in-place"]
|
21 |
- repo: https://github.com/pycqa/isort
|
22 |
+
rev: 5.13.2
|
23 |
hooks:
|
24 |
- id: isort
|
25 |
args: ["--profile", "black"]
|
26 |
- repo: https://github.com/pre-commit/mirrors-mypy
|
27 |
+
rev: v1.8.0
|
28 |
hooks:
|
29 |
- id: mypy
|
30 |
args: ["--ignore-missing-imports"]
|
31 |
additional_dependencies:
|
32 |
+
[
|
33 |
+
"types-python-slugify",
|
34 |
+
"types-requests",
|
35 |
+
"types-PyYAML",
|
36 |
+
"types-pytz",
|
37 |
+
]
|
38 |
- repo: https://github.com/psf/black
|
39 |
+
rev: 23.12.1
|
40 |
hooks:
|
41 |
- id: black
|
42 |
language_version: python3.10
|