From 77a22170a1e260fbfa40a1d8f47756b857bdbc0a Mon Sep 17 00:00:00 2001 From: ARYAN-NIKNEZHAD Date: Wed, 28 Aug 2024 07:15:50 +0430 Subject: [PATCH] :wrench: Update pyproject.toml config --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index c4ebfaf..3e685cf 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -50,7 +50,7 @@ sphinx-rtd-theme = "^2.0.0" bandit = {extras = ["toml"], version = "^1.7.9"} [tool.bandit] -targets = ["./sage_sms"] +targets = ["./sage_imap"] exclude_dirs = [ "tests", "migrations",