chore: merge lint dependency group into dev group of python packages (#18088)

This commit is contained in:
Bowen Liang
2025-04-15 20:50:06 +08:00
committed by GitHub
parent 9889aa10bd
commit 9d7357058a
10 changed files with 37 additions and 61 deletions

View File

@@ -52,7 +52,7 @@
5. Install dependencies
```bash
uv sync --group lint --group dev
uv sync --dev
```
6. Run migrate
@@ -82,7 +82,7 @@
1. Install dependencies for both the backend and the test environment
```bash
uv sync --group lint --group dev
uv sync --dev
```
2. Run the tests locally with mocked system environment variables in `tool.pytest_env` section in `pyproject.toml`