Revision 129584b99e940b93411ce87b9ddad8b60ae284ff authored by Timur Osmanov on 20 January 2022, 07:51:01 UTC, committed by GitHub on 20 January 2022, 07:51:01 UTC
1 parent c7fcd3a
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
back to top