Chore: Updated dependencies
This commit is contained in:
10
lint.sh
10
lint.sh
@ -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
|
||||
Reference in New Issue
Block a user