Spaces:
Running
Running
Remove ty from pre-commit for now.
Browse files- .pre-commit-config.yaml +10 -10
- pyproject.toml +1 -0
.pre-commit-config.yaml
CHANGED
|
@@ -11,16 +11,16 @@ repos:
|
|
| 11 |
- id: ruff
|
| 12 |
args: [ --fix ]
|
| 13 |
- id: ruff-format
|
| 14 |
-
# https://github.com/astral-sh/ty/issues/269
|
| 15 |
-
- repo: local
|
| 16 |
-
|
| 17 |
-
|
| 18 |
-
|
| 19 |
-
|
| 20 |
-
|
| 21 |
-
|
| 22 |
-
|
| 23 |
-
|
| 24 |
- repo: https://github.com/fpgmaas/deptry.git
|
| 25 |
rev: "0.23.0"
|
| 26 |
hooks:
|
|
|
|
| 11 |
- id: ruff
|
| 12 |
args: [ --fix ]
|
| 13 |
- id: ruff-format
|
| 14 |
+
# # https://github.com/astral-sh/ty/issues/269
|
| 15 |
+
# - repo: local
|
| 16 |
+
# hooks:
|
| 17 |
+
# - id: ty-check
|
| 18 |
+
# name: ty-check
|
| 19 |
+
# language: python
|
| 20 |
+
# entry: uv run ty check
|
| 21 |
+
# pass_filenames: false
|
| 22 |
+
# args: [--python=.venv/]
|
| 23 |
+
# additional_dependencies: [ty]
|
| 24 |
- repo: https://github.com/fpgmaas/deptry.git
|
| 25 |
rev: "0.23.0"
|
| 26 |
hooks:
|
pyproject.toml
CHANGED
|
@@ -29,6 +29,7 @@ dev = [
|
|
| 29 |
"deptry>=0.23.0",
|
| 30 |
"mkdocs-material>=9.6.15",
|
| 31 |
"mkdocstrings[python]>=0.29.1",
|
|
|
|
| 32 |
"pytest>=8.4.1",
|
| 33 |
"pytest-asyncio>=1.1.0",
|
| 34 |
]
|
|
|
|
| 29 |
"deptry>=0.23.0",
|
| 30 |
"mkdocs-material>=9.6.15",
|
| 31 |
"mkdocstrings[python]>=0.29.1",
|
| 32 |
+
"pre-commit>=4.2.0",
|
| 33 |
"pytest>=8.4.1",
|
| 34 |
"pytest-asyncio>=1.1.0",
|
| 35 |
]
|