# Configuration file for the Bandit python security scanner # https://bandit.readthedocs.io/en/latest/config.html # Tests are first included by `tests`, and then excluded by `skips`. # If `tests` is empty, all tests are are considered included. tests: #- B101 #- B102 skips: #- B101 # skip "assert used" check since assertions are required in pytests