Spaces:
Running
on
Zero
Running
on
Zero
Update
Browse files- .pre-commit-config.yaml +1 -1
.pre-commit-config.yaml
CHANGED
@@ -14,7 +14,7 @@ repos:
|
|
14 |
- id: requirements-txt-fixer
|
15 |
- id: trailing-whitespace
|
16 |
- repo: https://github.com/astral-sh/ruff-pre-commit
|
17 |
-
rev: v0.11.
|
18 |
hooks:
|
19 |
- id: ruff
|
20 |
args: ["--fix"]
|
|
|
14 |
- id: requirements-txt-fixer
|
15 |
- id: trailing-whitespace
|
16 |
- repo: https://github.com/astral-sh/ruff-pre-commit
|
17 |
+
rev: v0.11.10
|
18 |
hooks:
|
19 |
- id: ruff
|
20 |
args: ["--fix"]
|