Revision c775d13a9f157104f16bb7bd813c440d61f5c9ba authored by cvat-bot[bot] on 27 November 2023, 13:50:18 UTC, committed by cvat-bot[bot] on 27 November 2023, 13:50:18 UTC
1 parent 45d23d4
Raw File
.bandit
[bandit]
# B101 : assert_used
# B102 : exec_used
# B320 : xml_bad_etree
# B404 : import_subprocess
# B406 : import_xml_sax
# B410 : import_lxml
skips: B101,B102,B320,B404,B406,B410
exclude: **/tests/**,tests
back to top