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