Revision 8eb7c13619e39d9546ba3807027d30eab9c5ce2b authored by Nikita Manovich on 31 August 2020, 15:18:36 UTC, committed by GitHub on 31 August 2020, 15:18:36 UTC
2 parent s 07de714 + 98ca16a
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
back to top