Revision 11cec4ccb05b14b0089b925f04380a4d2b8e25b8 authored by Kirill Lakhov on 15 February 2024, 13:31:53 UTC, committed by GitHub on 15 February 2024, 13:31:53 UTC
1 parent e8384f8
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