Revision cb72be0d5ac2a201411021119957ba77d2d7b9c3 authored by Roman Donchenko on 17 March 2023, 17:03:24 UTC, committed by GitHub on 17 March 2023, 17:03:24 UTC
The full workflow is broken, because some changes from the main workflow
weren't applied to it. Update them both to minimize differences between
them.
1 parent 2cbf951
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