summaryrefslogtreecommitdiff
path: root/.bandit.yml
blob: 257ede98b7345c810acb858589f3193be30a2df5 (plain)
1
2
3
4
5
tests:
skips:
- B404  # Ignore warnings about importing subprocess
- B603  # Ignore warnings about calling subprocess.Popen without shell=True
- B607  # Ignore warnings about calling subprocess.Popen without a full path to executable