cvat/.bandit

8 lines
154 B
Plaintext
Raw Permalink Normal View History

2025-09-16 01:19:40 +00:00
[bandit]
# B101 : assert_used
# B102 : exec_used
# B404 : import_subprocess
# B406 : import_xml_sax
skips: B101,B102,B404,B406
exclude: **/tests/**,tests