Revision 209b5b646c608b57b8cc5a06dfe985b7693e588b authored by Andrey Zhavoronkov on 05 April 2023, 12:50:44 UTC, committed by Nikita Manovich on 05 April 2023, 17:13:13 UTC
1 parent 8f2de46
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