From c456d9b0133724644a243d6845ac28ac7ddb842a Mon Sep 17 00:00:00 2001 From: Yibei Chen Date: Thu, 18 Jul 2024 19:44:43 +0800 Subject: [PATCH] ignore CHANGELOG.md for codespell (#71) * ignore CHANGELOG.md for codespell * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --------- Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> --- pyproject.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/pyproject.toml b/pyproject.toml index 3278889..9e9d82f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -58,6 +58,7 @@ Homepage = "https://github.com/ReproNim/reproschema-py" line-length = 79 [tool.codespell] +exclude-file = "CHANGELOG.md" ignore-words = "codespell_ignore_words.txt" skip = "./.git"