From 7a77bff484b4e652f38ba980a6c05459af91f9a5 Mon Sep 17 00:00:00 2001 From: Swayam Shah Date: Tue, 7 Jan 2025 21:42:28 +0530 Subject: [PATCH] Revert "fixes codespell failure as in #2908" This reverts commit aa7a3ed8c60e9ab2b8922f20940e65c2eab25fb8. --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 17ad0e69cba..1f0a2f6d8de 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -190,5 +190,5 @@ owner = "tardis-sn" repo = "tardis" [tool.codespell] -skip = "*.ipynb,*.png,*.ggb,*.jpg,*.gif,*.ico,docs/contributing/CHANGELOG.md,docs/tardis.bib,docs/resources/research_done_using_TARDIS/research_papers.rst" +skip = "*.ipynb,*.png,*.ggb,*.jpg,*.gif,*.ico,docs/contributing/CHANGELOG.md,docs/tardis.bib" quiet-level = 3 \ No newline at end of file