mypy to ty
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user