From cdaf5df927c98469ed5ca1a5121263fe89a33f25 Mon Sep 17 00:00:00 2001 From: Vitaliy Mysak Date: Tue, 6 Aug 2024 11:12:19 -0700 Subject: [PATCH] Install bandit in pyproject.toml --- pyproject.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/pyproject.toml b/pyproject.toml index b3b104f..333f52e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -24,6 +24,7 @@ dev = [ # Dependencies required for development (linting, type checking, etc.) "flake8", "mypy", + "bandit", ] [tool.hatch.build.targets.sdist]