https://github.com/opencv/cvat
Raw File
Tip revision: fb4af9ca09ffbf294fdb2b87b0b23a184894f1eb authored by Nikita Manovich on 22 December 2022, 15:54:39 UTC
Merge branch 'master' into release-2.3.0
Tip revision: fb4af9c
.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