diff --git a/.trunk/configs/bandit.yaml b/.trunk/configs/bandit.yaml index 71959ae..2aa7696 100644 --- a/.trunk/configs/bandit.yaml +++ b/.trunk/configs/bandit.yaml @@ -1,2 +1,2 @@ # https://bandit.readthedocs.io/en/latest/config.html -exclude_dirs: ["unit_tests", "integration_tests", "test", "tests"] +exclude_dirs: [unit_tests, integration_tests, test, tests]