Spaces:
Running
Running
Update pre-commit repos. Hope it fixes CI.
Browse files- .pre-commit-config.yaml +2 -2
.pre-commit-config.yaml
CHANGED
@@ -1,12 +1,12 @@
|
|
1 |
repos:
|
2 |
- repo: https://github.com/pre-commit/pre-commit-hooks
|
3 |
-
rev:
|
4 |
hooks:
|
5 |
- id: trailing-whitespace
|
6 |
- id: end-of-file-fixer
|
7 |
- id: check-yaml
|
8 |
- repo: https://github.com/astral-sh/ruff-pre-commit
|
9 |
-
rev: v0.9.
|
10 |
hooks:
|
11 |
- id: ruff
|
12 |
args: [ --fix ]
|
|
|
1 |
repos:
|
2 |
- repo: https://github.com/pre-commit/pre-commit-hooks
|
3 |
+
rev: v5.0.0
|
4 |
hooks:
|
5 |
- id: trailing-whitespace
|
6 |
- id: end-of-file-fixer
|
7 |
- id: check-yaml
|
8 |
- repo: https://github.com/astral-sh/ruff-pre-commit
|
9 |
+
rev: v0.9.10
|
10 |
hooks:
|
11 |
- id: ruff
|
12 |
args: [ --fix ]
|