Skip to content

Commit

Permalink
fix: bandit look for pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
tanlin2013 committed Mar 2, 2023
1 parent 27421ea commit 0ddc56d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/lint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ set -euxo pipefail

poetry run cruft check
poetry run safety check -i 39462 -i 40291
poetry run bandit -r tnpy/
poetry run bandit -c pyproject.toml -r tnpy/
poetry run isort --check --diff tnpy/ tests/
poetry run black --check tnpy/ tests/
poetry run flake8 tnpy/ tests/
Expand Down

0 comments on commit 0ddc56d

Please sign in to comment.