Revision ec5fe8215c4c96e1ba1719401c4c38445140b0db authored by Maria Khrustaleva on 23 December 2023, 06:25:33 UTC, committed by GitHub on 23 December 2023, 06:25:33 UTC
1 parent e11b6e0
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