From c3c4601ad1de742d5419d209b5aeeeebe5a0ab2e Mon Sep 17 00:00:00 2001 From: Michael Mueller Date: Mon, 8 Jan 2024 13:24:44 +0100 Subject: [PATCH] rename file --- .bandit | 3 +++ bandit.yaml | 8 -------- 2 files changed, 3 insertions(+), 8 deletions(-) create mode 100644 .bandit delete mode 100644 bandit.yaml diff --git a/.bandit b/.bandit new file mode 100644 index 00000000..c1af9360 --- /dev/null +++ b/.bandit @@ -0,0 +1,3 @@ +# FILE: .bandit +[bandit] +exclude = tests diff --git a/bandit.yaml b/bandit.yaml deleted file mode 100644 index 841c239f..00000000 --- a/bandit.yaml +++ /dev/null @@ -1,8 +0,0 @@ -assert_used: - skips: - - "tests/test_*.py" - -# Do not check paths including `/tests/`: -# they use `assert`, leading to B101 false positives. -exclude_dirs: - - tests