Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 167 Bytes

File metadata and controls

13 lines (9 loc) · 167 Bytes

Utilities commands

Run linter from CI with automatic fixes if possible:

uvx ruff check --fix

Automatically format code:

uvx ruff format