Skip to content

Commit

Permalink
Merge pull request #1004 from mulkieran/skip-better
Browse files Browse the repository at this point in the history
Use comma-separated list for bandit argument
  • Loading branch information
mulkieran authored Aug 8, 2023
2 parents 0e63b56 + 7dba1cf commit eee39a3
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 eee39a3

Please sign in to comment.