tux.cli.dev ¶
Development tools and utilities for Tux.
Functions:
| Name | Description |
|---|---|
lint | Run linting with Ruff. |
lint_fix | Run linting with Ruff and apply fixes. |
format_code | Format code with Ruff. |
type_check | Check types with basedpyright. |
check | Run pre-commit checks. |