improve type hint coverage, make ruff format compliant

This commit is contained in:
2025-09-28 00:31:32 -07:00
parent 2b0702fe36
commit 4d707b97e4
16 changed files with 997 additions and 1168 deletions

View File

@@ -60,7 +60,7 @@ for managing Python packages meant to be used as CLI programs. With `uv` on your
you can install with
```sh
uv too install symconf
uv tool install symconf
```
Alternatively, you can use `pipx` to similar effect: