This commit is contained in:
2026-08-28 15:44:19 +00:00
parent af07bb5043
commit 103983846d
76 changed files with 415 additions and 473 deletions
+1 -1
View File
@@ -10,7 +10,7 @@ npx ng lint --fix
cd "$parent_path/barker" || exit
uv run ruff format .
uv run ruff check .
uv run ruff check . --fix
uv run bandit --recursive barker
uv run bandit --recursive .
uv run safety check