summaryrefslogtreecommitdiff
path: root/.bandit.yml
blob: 759a50610aa8339597fd5606e3aa20ca9b75965e (plain)
1
2
3
4
5
skips:
- B101  # Ignore defensive `assert`s (especially useful for mypy)
- 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