Revision 5cad9356682a74af90c0248f34d266f1457934f3 authored by Kirill Lakhov on 29 November 2023, 09:11:15 UTC, committed by GitHub on 29 November 2023, 09:11:15 UTC
1 parent 81da411
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