Revision f8f2052684d0b467870fe807709040b501554b58 authored by Boris Sekachev on 20 October 2023, 14:45:56 UTC, committed by GitHub on 20 October 2023, 14:45:56 UTC
1 parent 99e4801
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