Revision 43ff5d416262620cd50714a10879d9740779f474 authored by Boris Sekachev on 30 October 2023, 07:39:31 UTC, committed by GitHub on 30 October 2023, 07:39:31 UTC
1 parent fc47f58
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