Bandit is a tool designed to find common security issues in Python code.

This rule checks whether Bandit finds any security issues in your project.

For configuring Bandit’s settings, such as which directories to exclude and which rules to enable / disable, create a .banditfile at the root of your project. See Bandit’s documentation to learn more.