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