Changes made by ruff
This commit is contained in:
12
lint.sh
12
lint.sh
@ -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
|
||||
Reference in New Issue
Block a user