Skip to content

Commit

Permalink
Skip 28 bandit warnings (lxml, subprocess, ...). (#259)
Browse files Browse the repository at this point in the history
* Skip 28 bandit warnings (lxml, subprocess, ...).
Still have 4 warnings which worth to fix.
  • Loading branch information
nmanovic authored Dec 28, 2018
1 parent a967fe1 commit 1c38c6d
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .bandit
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 1c38c6d

Please sign in to comment.