You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Use pyproject.toml for bandit & exclude tests (#586)
* Since bandit now supports pyproject.toml as a config file, use that instead of cli
options.
* Exclude tests from bandit. There are many cases in tests where we might do something
that violates bandit rules and that's ok.
Co-authored-by: Timothy Pansino <[email protected]>
0 commit comments