From 4078c15c718b3668245ecdb7899f8f4e0c501fb2 Mon Sep 17 00:00:00 2001 From: Ilya Etingof Date: Sun, 8 Mar 2020 19:20:18 +0100 Subject: Add tox.ini with some basic runners --- .bandit.yml | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 .bandit.yml (limited to '.bandit.yml') 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 -- cgit v1.2.1