lockbox/scripts/drone/lint.sh

4 lines
144 B
Bash
Executable File

printf "\n\n|| Starting ruff check ||\n\n"
ruff check --config=./pyproject.toml
printf "\n\n|| Starting bandit check ||\n\n"
bandit -r lockbox/