From 1a1d8b9f25162fdffdc58628498857f0e7af2c25 Mon Sep 17 00:00:00 2001 From: Swayam Shah Date: Sun, 5 Jan 2025 01:02:12 +0530 Subject: [PATCH] fixes codespell failure as in #2908 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index da196d6c396..1f0a2f6d8de 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -190,5 +190,5 @@ owner = "tardis-sn" repo = "tardis" [tool.codespell] -skip = "*.png,*.ggb,*.jpg,*.gif,*.ico,docs/contributing/CHANGELOG.md,docs/tardis.bib" +skip = "*.ipynb,*.png,*.ggb,*.jpg,*.gif,*.ico,docs/contributing/CHANGELOG.md,docs/tardis.bib" quiet-level = 3 \ No newline at end of file