python
python_default
Official
Configuration
Policy
Use uv to manage environments and dependency locking.
Keep ruff as both linter and formatter to avoid tool drift.
Default to pytest with per-test tmp_path fixtures and coverage gates.
Commands
lint
ruff check .
test
pytest
format
ruff format .
install
uv add <package>
create_env
uv venv
dev_install
uv sync
Add This Standard
Sign in to add this standard to your workspace
Sign in with GitHubDetails
- Language
- python
- Framework
- —
- Used in
- 3 rulesets