buggood first issue
仓库指标
- Star
- (5,660 star)
- PR 合并指标
- (平均合并 11小时 55分钟) (30 天内合并 1 个 PR)
描述
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