diff --git a/pyproject.toml b/pyproject.toml index 59cb9ec..05bab25 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -35,3 +35,6 @@ count = true [tool.bandit] skips = ["B101", "B311"] + +[tool.isort] +known_first_party = ["tests"]