diff --git a/pyproject.toml b/pyproject.toml index 1929ca83b0..3c245a302c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -166,3 +166,6 @@ ignore_missing_imports = true follow_imports = "skip" disallow_untyped_defs = false exclude_gitignore = true + +[tool.bandit] +exclude_dirs = ["tests"]