From 572589463c8a2e1d796a618146450dd4126815fd Mon Sep 17 00:00:00 2001 From: Ouziel Slama Date: Tue, 5 Mar 2024 17:05:59 +0100 Subject: [PATCH] Exclude test directory --- .bandit | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.bandit b/.bandit index 278fbf2dee..99432ad3f7 100644 --- a/.bandit +++ b/.bandit @@ -1,3 +1,3 @@ [bandit] -exclude = counterparty-lib/counterpartylib/test +exclude = counterparty-lib/counterpartylib/test/ skips = B101 \ No newline at end of file