From ccd53a911f95f5b34e5fafd2fbd311021c6f4434 Mon Sep 17 00:00:00 2001 From: Hanna Dettki Date: Mon, 14 Oct 2024 12:07:45 -0400 Subject: [PATCH] added examples to tool.ruff in pyproject.toml --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 3dd52ef3..a9afcea9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -87,7 +87,7 @@ testpaths = ["tests"] [tool.ruff] extend-include = ["*.ipynb"] -src = ["src", "tests"] +src = ["src", "tests", "examples"] # Exclude a variety of commonly ignored directories. exclude = [ ".bzr",