Revision 821c456ec8a3a22f0035cd5a344603c19a459771 authored by klakhov on 22 June 2023, 09:30:12 UTC, committed by klakhov on 22 June 2023, 09:30:12 UTC
1 parent 27a1861
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
exclude: **/tests/**,tests
back to top