Spaces:
Paused
Paused
Peng Ding commited on
Commit ·
dfd3ddc
1
Parent(s): f8b5624
pin dev tool versions: ruff==0.15.20, ty==0.0.54
Browse files- .pre-commit-config.yaml +1 -1
- pyproject.toml +2 -2
.pre-commit-config.yaml
CHANGED
|
@@ -1,6 +1,6 @@
|
|
| 1 |
repos:
|
| 2 |
- repo: https://github.com/astral-sh/ruff-pre-commit
|
| 3 |
-
rev: v0.15.
|
| 4 |
hooks:
|
| 5 |
- id: ruff
|
| 6 |
args: [--fix]
|
|
|
|
| 1 |
repos:
|
| 2 |
- repo: https://github.com/astral-sh/ruff-pre-commit
|
| 3 |
+
rev: v0.15.20
|
| 4 |
hooks:
|
| 5 |
- id: ruff
|
| 6 |
args: [--fix]
|
pyproject.toml
CHANGED
|
@@ -23,8 +23,8 @@ dependencies = [
|
|
| 23 |
|
| 24 |
[project.optional-dependencies]
|
| 25 |
dev = [
|
| 26 |
-
"ruff
|
| 27 |
-
"ty
|
| 28 |
"pytest>=7.0.0",
|
| 29 |
"pytest-asyncio>=0.21.0",
|
| 30 |
]
|
|
|
|
| 23 |
|
| 24 |
[project.optional-dependencies]
|
| 25 |
dev = [
|
| 26 |
+
"ruff==0.15.20",
|
| 27 |
+
"ty==0.0.54",
|
| 28 |
"pytest>=7.0.0",
|
| 29 |
"pytest-asyncio>=0.21.0",
|
| 30 |
]
|