Conversation
ericwb
left a comment
There was a problem hiding this comment.
There is already a command line argument for the ini .bandit file. Use bandit --ini. Also, the .bandit is not the same as the bandit configuration yaml. They are different. The ini file is intended to shortcut command line options, whereas the yaml is to configure various plugins.
|
|
These are not the same configuration files. There are specifically different flags for them for that reason. |
Then which to use to skip certain tests? |
Fixes #317