mirror of
https://github.com/Monadical-SAS/cubbi.git
synced 2025-12-20 12:19:07 +00:00
chore: update doc and add pre-commit
This commit is contained in:
@@ -15,14 +15,14 @@ uv run -m mcontainer.cli
|
||||
## Lint/Test Commands
|
||||
```bash
|
||||
# Run linting
|
||||
uv run --with=ruff ruff check .
|
||||
uvx ruff check .
|
||||
|
||||
# Run type checking (note: currently has unresolved stub dependencies)
|
||||
# Skip for now during development
|
||||
# uv run --with=mypy mypy .
|
||||
|
||||
# Run formatting
|
||||
uv run --with=ruff ruff format .
|
||||
uvx ruff format .
|
||||
|
||||
# Run all tests
|
||||
uv run -m pytest
|
||||
|
||||
Reference in New Issue
Block a user