Revision a7fc12d04780adf9cf2ae70e3ba307f06c41c3ed authored by Andrey Zhavoronkov on 05 April 2023, 08:47:10 UTC, committed by GitHub on 05 April 2023, 08:47:10 UTC
1 parent 2709802
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