Changes made by ruff

This commit is contained in:
2023-12-25 10:53:21 +05:30
parent 8b65e85641
commit 2af766a8b3
8 changed files with 18 additions and 17 deletions

12
lint.sh
View File

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