selector / .bandit.yml
Fanwang Meng
Clean up following pre-commit
ba3d577
raw
history blame contribute delete
333 Bytes
skips:
# Ignore defensive `assert`s, 80% of repos do this
- B101
# Standard pseudo-random generators are not suitable for security/cryptographic purposes
- B311
# Ignore warnings about importing subprocess
- B404
# Ignore warnings about calling subprocess
- B603
# Ignore warnings about calling subprocess
- B607