Skip to content

Commit

Permalink
FIX: package not found when running bandit check
Browse files Browse the repository at this point in the history
  • Loading branch information
desty2k committed Jun 25, 2021
1 parent 7d309e0 commit 1d21d36
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ commands =
lint: pycodestyle --config="tox.ini" "."

safety: safety check
safety: bandit --recursive qrainbowstyle
safety: bandit --recursive QtPyNetwork

metric: radon cc -a QtPyBotnet
metric: radon mi QtPyBotnet
Expand Down

0 comments on commit 1d21d36

Please sign in to comment.