diff --git a/pyproject.toml b/pyproject.toml index 2536c00..2349157 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -42,6 +42,16 @@ dev = [ [project.urls] homepage = "https://github.com/oreum-industries/squirrel_radar" + +[tool.bandit] +skips = [ + "B101", # skip asserts + "B404", + "B603", + "B607", +] + + [tool.black] line-length = 88 target-version = ["py311"]