Spaces:
Running
Running
Update
Browse files- .pre-commit-config.yaml +3 -2
.pre-commit-config.yaml
CHANGED
|
@@ -20,14 +20,15 @@ repos:
|
|
| 20 |
- id: docformatter
|
| 21 |
args: ['--in-place']
|
| 22 |
- repo: https://github.com/pycqa/isort
|
| 23 |
-
rev: 5.
|
| 24 |
hooks:
|
| 25 |
- id: isort
|
| 26 |
- repo: https://github.com/pre-commit/mirrors-mypy
|
| 27 |
-
rev: v0.
|
| 28 |
hooks:
|
| 29 |
- id: mypy
|
| 30 |
args: ['--ignore-missing-imports']
|
|
|
|
| 31 |
- repo: https://github.com/google/yapf
|
| 32 |
rev: v0.32.0
|
| 33 |
hooks:
|
|
|
|
| 20 |
- id: docformatter
|
| 21 |
args: ['--in-place']
|
| 22 |
- repo: https://github.com/pycqa/isort
|
| 23 |
+
rev: 5.12.0
|
| 24 |
hooks:
|
| 25 |
- id: isort
|
| 26 |
- repo: https://github.com/pre-commit/mirrors-mypy
|
| 27 |
+
rev: v0.991
|
| 28 |
hooks:
|
| 29 |
- id: mypy
|
| 30 |
args: ['--ignore-missing-imports']
|
| 31 |
+
additional_dependencies: ['types-python-slugify']
|
| 32 |
- repo: https://github.com/google/yapf
|
| 33 |
rev: v0.32.0
|
| 34 |
hooks:
|