From 2be75dc3a5c1134d5cd0a484391c4d3fef651b7b Mon Sep 17 00:00:00 2001 From: mraniki <8766259+mraniki@users.noreply.github.com> Date: Tue, 10 Oct 2023 20:50:45 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=92=20bandit?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pyproject.toml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index f9c3e73..47c2c7f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -100,9 +100,7 @@ omit = [ [tool.bandit] exclude_dirs = ["tests","docs"] - -[tool.bandit.assert_used] -skips = ["*_test.py", "test_*.py"] +skips = ["B101"] [tool.semantic_release] upload_to_vcs_release = true