From cb27a2b0aa6d07a7dacbcaa7678cd578537fdaf1 Mon Sep 17 00:00:00 2001 From: Fredrik Wrede Date: Fri, 16 Aug 2024 09:44:21 +0000 Subject: [PATCH] exclude .ipynb checks in ruff --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 3806fee56..3a220e541 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -63,7 +63,7 @@ include-package-data = true [tool.setuptools.packages.find] where = ["."] include = ["fedn*"] -exclude = ["tests", "tests.*"] +exclude = ["tests", "tests.*", "*.ipynb"] [tool.ruff] line-length = 160