Revision 8c2db1de88ac32801dabdec0368adc86c3b2572e authored by Andrey Zhavoronkov on 10 January 2024, 13:47:50 UTC, committed by GitHub on 10 January 2024, 13:47:50 UTC
2 parent s cfbad35 + a684c0c
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