Comment 2 for bug 1570440

Revision history for this message
Johannes Hoppe (info-b2) wrote :

Hi Jamie,

thanks for the quick response.

My point is:

Currently you have to define a `.bandit` file to configure the runtime environment.
Most linters like isort, flake8 or even test runners like py.test support configuration via a `setup.cfg` file.
If should be fairly simple, you just need to look for the `[bandit]` configuration in the `setup.cfg` file.

Similar to `pbr` if you will so, you can configure `pbr` in the `setup.cfg`

Let me know if I can clarify anything.

Cheers,
Joe