From 78468d686619fa85fd0171c36f39607a8cc485aa Mon Sep 17 00:00:00 2001 From: Andrew Montanez Date: Tue, 20 Aug 2024 17:39:13 -0500 Subject: [PATCH] Exclusing notebooks from lint --- pyproject.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 7479ebf5..9fb06f47 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -181,7 +181,8 @@ exclude = [ ".tox", ".git", "__pycache__", - ".ipynb_checkpoints" + ".ipynb_checkpoints", + "*.ipynb" ] [tool.ruff.lint]