Skip 28 bandit warnings (lxml, subprocess, ...). (#259)

* Skip 28 bandit warnings (lxml, subprocess, ...).
Still have 4 warnings which worth to fix.
main
Nikita Manovich 7 years ago committed by GitHub
parent a967fe1eab
commit 1c38c6d3a8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -0,0 +1,8 @@
[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
Loading…
Cancel
Save