Revision 20db599c9d84dfe770dac93d7796223d0bcfc433 authored by Andrey Zhavoronkov on 09 October 2023, 12:55:06 UTC, committed by Andrey Zhavoronkov on 09 October 2023, 12:55:06 UTC
2 parent s 24d7c26 + 2ec5c44
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