summaryrefslogtreecommitdiffstats
path: root/bandit.yml
blob: 24b96cba38ec93e570109063608bdf772b844197 (plain)
1
2
3
4
5
6
7
8
9
exclude_dirs:
  - tests
skips:
  - B101
  - B104
  - B404
  - B603
  - B606
  - B607