getsentry/raven-python

View on GitHub
.bandit.yml

Summary

Maintainability
Test Coverage
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