Fix: Rebase

Chore: Moved to ruff and sorted and cleaned using it.
Chore: Ansible file moved to roles based.
Chore: Upgraded some dependencies
This commit is contained in:
2024-04-13 14:06:47 +05:30
parent 5fa8580cb9
commit 166af2aaa3
97 changed files with 432 additions and 382 deletions

View File

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