Skip to content

Commit

Permalink
Use comma-separated list for bandit argument
Browse files Browse the repository at this point in the history
Signed-off-by: mulhern <[email protected]>
  • Loading branch information
mulkieran committed Aug 8, 2023
1 parent 0e63b56 commit 7dba1cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ lint:
# Ignore B101 errors. We do not distribute optimized code, i.e., .pyo
# files in Fedora, so we do not need to have concerns that assertions
# are removed by optimization.
bandit --recursive ./src ${BANDIT_SKIP} --skip B101
bandit --recursive ./src ${BANDIT_SKIP},B101
bandit --recursive ./tests ${BANDIT_SKIP}

.PHONY: fmt
Expand Down

0 comments on commit 7dba1cf

Please sign in to comment.