Revision 3b15362e1d016b61d4fa152056c504b32a6b0748 authored by dependabot[bot] on 04 October 2023, 11:55:22 UTC, committed by GitHub on 04 October 2023, 11:55:22 UTC
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent b2b4974
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