Revision 8c2a1dd670725bdcb3e2a431fe2c1be8ea96e57d authored by Andrey Zhavoronkov on 11 September 2023, 18:42:42 UTC, committed by Andrey Zhavoronkov on 11 September 2023, 18:42:42 UTC
1 parent 9345062
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