Spaces:
Running
on
CPU Upgrade
Running
on
CPU Upgrade
Update .pre-commit-config.yaml
Browse files- .pre-commit-config.yaml +4 -4
.pre-commit-config.yaml
CHANGED
|
@@ -22,7 +22,7 @@ ci:
|
|
| 22 |
|
| 23 |
repos:
|
| 24 |
- repo: https://github.com/pre-commit/pre-commit-hooks
|
| 25 |
-
rev:
|
| 26 |
hooks:
|
| 27 |
- id: check-yaml
|
| 28 |
- id: check-case-conflict
|
|
@@ -34,13 +34,13 @@ repos:
|
|
| 34 |
- id: trailing-whitespace
|
| 35 |
|
| 36 |
- repo: https://github.com/PyCQA/isort
|
| 37 |
-
rev: 5.
|
| 38 |
hooks:
|
| 39 |
- id: isort
|
| 40 |
name: Format imports
|
| 41 |
|
| 42 |
- repo: https://github.com/psf/black
|
| 43 |
-
rev:
|
| 44 |
hooks:
|
| 45 |
- id: black
|
| 46 |
name: Format code
|
|
@@ -48,6 +48,6 @@ repos:
|
|
| 48 |
|
| 49 |
- repo: https://github.com/charliermarsh/ruff-pre-commit
|
| 50 |
# Ruff version.
|
| 51 |
-
rev: 'v0.
|
| 52 |
hooks:
|
| 53 |
- id: ruff
|
|
|
|
| 22 |
|
| 23 |
repos:
|
| 24 |
- repo: https://github.com/pre-commit/pre-commit-hooks
|
| 25 |
+
rev: v5.0.0
|
| 26 |
hooks:
|
| 27 |
- id: check-yaml
|
| 28 |
- id: check-case-conflict
|
|
|
|
| 34 |
- id: trailing-whitespace
|
| 35 |
|
| 36 |
- repo: https://github.com/PyCQA/isort
|
| 37 |
+
rev: 5.13.2
|
| 38 |
hooks:
|
| 39 |
- id: isort
|
| 40 |
name: Format imports
|
| 41 |
|
| 42 |
- repo: https://github.com/psf/black
|
| 43 |
+
rev: 24.10.0
|
| 44 |
hooks:
|
| 45 |
- id: black
|
| 46 |
name: Format code
|
|
|
|
| 48 |
|
| 49 |
- repo: https://github.com/charliermarsh/ruff-pre-commit
|
| 50 |
# Ruff version.
|
| 51 |
+
rev: 'v0.6.9'
|
| 52 |
hooks:
|
| 53 |
- id: ruff
|