From aef73be4339d5b64591349f355217be18e349be0 Mon Sep 17 00:00:00 2001 From: Steven K Date: Thu, 28 Dec 2023 16:21:55 -0700 Subject: [PATCH] Cleanup Signed-off-by: Steven K --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index eda8d03..c20c524 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -91,7 +91,7 @@ exclude = ''' [tool.bandit] targets = ['app_metrics'] -exclude_dirs = ["app_metrics/tests"] +exclude_dirs = ["app_metrics/tests", "demo_app"] skips = ["B310", "B101"]