File: .bandit.yaml

package info (click to toggle)
ginga 5.3.0-1
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 41,292 kB
  • sloc: python: 93,830; javascript: 1,802; makefile: 146
file content (9 lines) | stat: -rw-r--r-- 263 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
exclude_dirs:
  - ginga/tests
  - ginga/misc/tests
  - ginga/qtw/tests

# [B101:assert_used] Use of assert detected.
# [B110:try_except_pass] Try, Except, Pass detected.
# [B112:try_except_continue] Try, Except, Continue detected.
skips: ['B101', 'B110', 'B112']