From 2ea13d251c9245dc6e5e50fa66fbd9ef8b2f3ead Mon Sep 17 00:00:00 2001 From: Elliot <3186037+elliot-100@users.noreply.github.com> Date: Fri, 6 Sep 2024 22:01:06 +0100 Subject: [PATCH] Include only `spond` and `test` dirs --- pyproject.toml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pyproject.toml b/pyproject.toml index 2858e7d..c31a5de 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -22,6 +22,8 @@ ruff = "^0.6.4" # ruff GitHub action handles install [tool.ruff] target-version = "py38" # ruff doesn't yet infer this from [tool.poetry.dependencies] +exclude = ["."] +include = ["spond/*.py", "tests/*.py"] [tool.ruff.lint] # Enable only isort rules