Spaces:
Running on Zero
Running on Zero
Update
Browse files- .pre-commit-config.yaml +3 -3
.pre-commit-config.yaml
CHANGED
|
@@ -1,6 +1,6 @@
|
|
| 1 |
repos:
|
| 2 |
- repo: https://github.com/pre-commit/pre-commit-hooks
|
| 3 |
-
rev:
|
| 4 |
hooks:
|
| 5 |
- id: check-executables-have-shebangs
|
| 6 |
- id: check-json
|
|
@@ -14,13 +14,13 @@ repos:
|
|
| 14 |
- id: requirements-txt-fixer
|
| 15 |
- id: trailing-whitespace
|
| 16 |
- repo: https://github.com/astral-sh/ruff-pre-commit
|
| 17 |
-
rev: v0.
|
| 18 |
hooks:
|
| 19 |
- id: ruff-check
|
| 20 |
args: ["--fix"]
|
| 21 |
- id: ruff-format
|
| 22 |
- repo: https://github.com/pre-commit/mirrors-mypy
|
| 23 |
-
rev: v1.
|
| 24 |
hooks:
|
| 25 |
- id: mypy
|
| 26 |
args: ["--ignore-missing-imports"]
|
|
|
|
| 1 |
repos:
|
| 2 |
- repo: https://github.com/pre-commit/pre-commit-hooks
|
| 3 |
+
rev: v6.0.0
|
| 4 |
hooks:
|
| 5 |
- id: check-executables-have-shebangs
|
| 6 |
- id: check-json
|
|
|
|
| 14 |
- id: requirements-txt-fixer
|
| 15 |
- id: trailing-whitespace
|
| 16 |
- repo: https://github.com/astral-sh/ruff-pre-commit
|
| 17 |
+
rev: v0.14.7
|
| 18 |
hooks:
|
| 19 |
- id: ruff-check
|
| 20 |
args: ["--fix"]
|
| 21 |
- id: ruff-format
|
| 22 |
- repo: https://github.com/pre-commit/mirrors-mypy
|
| 23 |
+
rev: v1.19.0
|
| 24 |
hooks:
|
| 25 |
- id: mypy
|
| 26 |
args: ["--ignore-missing-imports"]
|