summaryrefslogtreecommitdiff
path: root/.bandit.yml
diff options
context:
space:
mode:
authorIlya Etingof <etingof@gmail.com>2020-03-08 19:20:18 +0100
committerIlya Etingof <etingof@gmail.com>2020-03-08 19:22:13 +0100
commit4078c15c718b3668245ecdb7899f8f4e0c501fb2 (patch)
treedce3faf8f2030e2aa51e1e6dfe541f18649e4bed /.bandit.yml
parentacb78299d1270a2fea0d11e5509777b7c5777f3f (diff)
downloadpyasn1-git-4078c15c718b3668245ecdb7899f8f4e0c501fb2.tar.gz
Add tox.ini with some basic runners
Diffstat (limited to '.bandit.yml')
-rw-r--r--.bandit.yml3
1 files changed, 3 insertions, 0 deletions
diff --git a/.bandit.yml b/.bandit.yml
new file mode 100644
index 0000000..a0e3247
--- /dev/null
+++ b/.bandit.yml
@@ -0,0 +1,3 @@
+skips:
+- B603 # Ignore warnings about calling subprocess.Popen without shell=True
+- B607 # Ignore warnings about calling subprocess.Popen without a full path to executable