From ec2f87d7f1a74a3e4d3da302d4d6625b2482c5d4 Mon Sep 17 00:00:00 2001 From: John Bampton Date: Mon, 9 Dec 2024 23:25:01 +1000 Subject: [PATCH] Update pyproject.toml - fix bandit skips (#388) --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 80829706..0178fc83 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,5 +1,5 @@ [tool.bandit] -skips = ['B605'] +skips = ['B105', 'B605'] [tool.codespell] ignore-words-list = '.github/linters/codespell.txt'