From e3b81c27eabf36236f16c61b38215e7656016a92 Mon Sep 17 00:00:00 2001 From: root Date: Mon, 3 Jun 2024 15:31:30 -0400 Subject: [PATCH] bandit --- topology-conversion/.bandit | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 topology-conversion/.bandit diff --git a/topology-conversion/.bandit b/topology-conversion/.bandit new file mode 100644 index 0000000..8c720d9 --- /dev/null +++ b/topology-conversion/.bandit @@ -0,0 +1,9 @@ +[bandit] +# targets: comma separated list of target dirs/files to run bandit on +# exclude: comma separated list of excluded paths +# skips : comma separated list of tests to skip +# tests : comma separated list of tests to run +targets = . +skips: B101 +exclude = ./venv +recursive = true