mypy to ty

This commit is contained in:
2026-09-23 10:47:21 +00:00
parent 3aebdd6455
commit 70b9f18034
32 changed files with 113 additions and 289 deletions
+1
View File
@@ -11,6 +11,7 @@ npx ng lint --fix
cd "$parent_path/brewman" || exit
uv run ruff format .
uv run ruff check . # Lint all files in the current directory (and any subdirectories)
uv run ty check # Type check with Astral ty
uv run bandit --recursive brewman
uv run bandit --recursive .
uv run safety check