https://github.com/opencv/cvat
Raw File
Tip revision: 119a27bbd6e589d140d49bc5c3f9098aee2dfff9 authored by Nikita Manovich on 08 April 2022, 18:48:56 UTC
Release v2.1.0
Tip revision: 119a27b
.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
back to top