From 7508dd35681c216386e9384cdd6827f3323e798c Mon Sep 17 00:00:00 2001 From: Mathias Claassen Date: Mon, 16 Sep 2024 11:07:53 -0300 Subject: [PATCH] Don't format notebooks --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index b3ca1ff..51cd315 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -68,7 +68,6 @@ exclude = [ ".git-rewrite", ".hg", ".ipynb_checkpoints", - ".ipynb", ".mypy_cache", ".nox", ".pants.d", @@ -106,6 +105,7 @@ quote-style = "double" indent-style = "space" skip-magic-trailing-comma = false line-ending = "auto" +exclude = ["*.ipynb"] [tool.pytest.ini_options]