You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
| `pyproject-path` | Path to the pyproject.toml file | No | `pyproject.toml` |
58
-
| `requirements-path` | Path to the requirements.txt file. If empty, will look for requirements.txt in the same directory as pyproject.toml | No | `''` |
59
-
| `requirements-command` | Complete uv command to generate requirements.txt | No | `uv sync` |
| `pyproject-path` | Path to the pyproject.toml file | No | `pyproject.toml` |
58
+
| `requirements-path` | Path to the requirements.txt file. If empty, will look for requirements.txt in the same directory as pyproject.toml | No | `''` |
59
+
| `command` | uv command to run for validation | No | `uv sync` |
0 commit comments