PyCQA/bandit

config file as described in README.rst does not work

Ouverte

#317 ouverte le 18 juin 2018

 (5 commentaires) (0 réaction) (0 personne assignée)Python (559 forks)batch import
buggood first issue

Métriques du dépôt

Stars
 (5 660 étoiles)
Métriques de merge PR
 (Merge moyen 11h 55m) (1 PR mergée en 30 j)

Description

Describe the bug A clear and concise description of what the bug is.

To Reproduce Steps to reproduce the behavior:

  1. create .bandit file with content:
[bandit]
tests: B101,B102,B301

  1. run bandit -c .bandit -r module/
  2. 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

Guide contributeur