docs: update linting command in README (python -m ruff)
Some checks failed
CI / test (push) Failing after 11s
CI / build (push) Has been skipped

This commit is contained in:
2026-01-30 20:45:48 +00:00
parent e356a4a541
commit 82afdd5905

View File

@@ -215,7 +215,7 @@ pip install -e ".[dev]"
pytest tests/ -v --cov=src
# Run linting
ruff check src/ tests/
python -m ruff check src/ tests/
```
### Project Structure