Closed tylerwince closed 5 years ago
This PR will add functionality for 'skips' and 'tests' in a .bandit config file.
The plugin will look for the config file that is closest to the pwd.
pwd
.bandit file example
.bandit
[bandit] skips = B101,B103
also works:
[bandit] tests = B101
and if you mess up the prefix (since flake8 makes it an S) we will fix that for you too:
S
[bandit] skips = S101
This PR will add functionality for 'skips' and 'tests' in a .bandit config file.
The plugin will look for the config file that is closest to the
pwd
..bandit
file examplealso works:
and if you mess up the prefix (since flake8 makes it an
S
) we will fix that for you too: