Revision 9e605f436d6d03d53545172f7e9e4735961c6e3a authored by Boris Sekachev on 15 March 2024, 06:55:34 UTC, committed by GitHub on 15 March 2024, 06:55:34 UTC
1 parent 1f661bc
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