swh:1:snp:973504f75325e1c705c39106a2685791af62e9e3
Raw File
Tip revision: b4549f42ee1c25ac3793c05d7eab778377dfa011 authored by Nikita Manovich on 14 April 2023, 15:56:47 UTC
Merge pull request #6030 from opencv/release-2.4.2
Tip revision: b4549f4
.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