Chore: ruff check will fix the errors also.

This commit is contained in:
Amritanshu Agrawal 2024-12-17 08:58:45 +05:30
parent 823e3a761e
commit 15a93c599e

View File

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