pyproject: pre-commit in dev deps for integration test (S19.1)
- SHA
c87edf2690f05d718d76f55fe9be1db66dc1fc1b- Parents
-
29d95a4 - Tree
03393b8
c87edf2
c87edf2690f05d718d76f55fe9be1db66dc1fc1b29d95a4
03393b8| Status | File | + | - |
|---|---|---|---|
| M |
pyproject.toml
|
3 | 0 |
pyproject.tomlmodified@@ -139,6 +139,9 @@ dev = [ | |||
| 139 | # optional-dep because contributors may want to run integration tests | 139 | # optional-dep because contributors may want to run integration tests |
| 140 | # without the full [hf] extra installed. | 140 | # without the full [hf] extra installed. |
| 141 | "huggingface_hub>=0.25", | 141 | "huggingface_hub>=0.25", |
| 142 | + # S19: the pre-commit-hook integration test spawns ``pre-commit`` | ||
| 143 | + # as a subprocess. Keeps the tool out of the user's runtime deps. | ||
| 144 | + "pre-commit>=3.8", | ||
| 142 | ] | 145 | ] |
| 143 | 146 | ||
| 144 | [build-system] | 147 | [build-system] |