Chore: Updated dependencies

This commit is contained in:
2026-05-05 16:51:19 +00:00
parent fb2d7324d4
commit 7ad4f8c312
4 changed files with 1548 additions and 1447 deletions

10
lint.sh
View File

@ -9,8 +9,8 @@ npx prettier --write src/app
npx ng lint --fix
cd "$parent_path/brewman" || exit
ruff format .
ruff check . # Lint all files in the current directory (and any subdirectories)
bandit --recursive brewman
bandit --recursive .
safety check
uvx ruff format .
uvx ruff check . # Lint all files in the current directory (and any subdirectories)
uvx bandit --recursive brewman
uvx bandit --recursive .
uvx safety check