From 956a478927b208c9aff969e058c3f34f4c6f316b Mon Sep 17 00:00:00 2001 From: domna Date: Mon, 15 Apr 2024 14:50:09 +0200 Subject: [PATCH] Update ruff include line --- pyproject.toml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index a7e28a2..8768e62 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -51,8 +51,7 @@ version_scheme = "no-guess-dev" local_scheme = "node-and-date" [tool.ruff] -include = ["pynxtools/*.py", "tests/*.py"] -exclude = ["pynxtools/definitions"] +include = ["pynxtools_mpes/*.py", "tests/*.py"] line-length = 88 indent-width = 4