You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
|`pytest`| Automated Testing |`make test` (`uv run pytest`) |`pyproject.toml`|
138
138
|`pyright`| Static Type Checking |`make lint` (`uv run pyright`) |`pyproject.toml`|
139
+
|`vulture`| Check for dead code, unused variables/functions |`make vulture` (`uv run vulture`) |`pyproject.toml`|
139
140
140
141
This table offers a consolidated summary, helping contributors quickly identify the main tools, their functions, common commands, and their configuration sources.
0 commit comments