PyCQA/bandit
config file as described in README.rst does not work
Aberta
#317 aberto em 18 de jun. de 2018
buggood first issue
Métricas do repositório
- Stars
- (5.660 estrelas)
- Métricas de merge de PR
- (Mesclagem média 11h 55m) (1 fundiu PR em 30d)
Description
Describe the bug A clear and concise description of what the bug is.
To Reproduce Steps to reproduce the behavior:
- create
.banditfile with content:
[bandit]
tests: B101,B102,B301
- run
bandit -c .bandit -r module/ - get error:
[main] ERROR .bandit : Error parsing file.
Expected behavior working as described in readme
Bandit version
bandit 1.4.0
Additional context Docs say it should be YAML and not INI. https://bandit.readthedocs.io/en/latest/config.html