swh:1:snp:973504f75325e1c705c39106a2685791af62e9e3
Raw File
Tip revision: 0900b52d3f739be15e32a7ac130d755d6b4f69b6 authored by Andrey Zhavoronkov on 02 June 2023, 15:28:28 UTC
Release v2.4.5 (#6233)
Tip revision: 0900b52
.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