From 45b5511f8a48277554ce936db8557022f75a03a9 Mon Sep 17 00:00:00 2001 From: saattrupdan Date: Wed, 31 Jul 2024 16:07:22 +0200 Subject: [PATCH] chore: Add notebooks to ruff extend-include --- {{cookiecutter.project_name}}/pyproject.toml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/{{cookiecutter.project_name}}/pyproject.toml b/{{cookiecutter.project_name}}/pyproject.toml index 7394b0b..63379a0 100644 --- a/{{cookiecutter.project_name}}/pyproject.toml +++ b/{{cookiecutter.project_name}}/pyproject.toml @@ -84,6 +84,9 @@ exclude = [ ".ruff_cache", ".venv", ] +extend-include = [ + "*.ipynb", +] [tool.ruff.format] quote-style = "double"