Run vulnerabilities scanner(s) and sync findings
./setup-dev.sh
uv run python main.py
Run the test suite:
uv run pytest
Start the test watcher:
uv run ptw .
Run vulnerabilities scanner(s) and sync findings
./setup-dev.sh
uv run python main.py
Run the test suite:
uv run pytest
Start the test watcher:
uv run ptw .