A Python implementation of ksau focused on ease-of-use, with a trade-off in performance compared to ksau-go.
uv
package managerruff
(included in dev dependencies)
Install dependencies:
uv sync
Before committing, ensure code quality by running:
uvx ruff check --fix && uvx ruff format
Note: Please fix any remaining linting errors manually and minimize the use of
# noqa
directives.