From 5e481bf0be933bbcd993b000b06f7cd425ca8f89 Mon Sep 17 00:00:00 2001 From: Talley Lambert Date: Sat, 14 Dec 2024 14:44:16 -0500 Subject: [PATCH] chore: don't typo changelog --- pyproject.toml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/pyproject.toml b/pyproject.toml index 5af21814..44b12d56 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -242,3 +242,6 @@ ignore = [ "codecov.yml", ".ruff_cache/**/*", ] + +[tool.typos.files] +extend-exclude = ["CHANGELOG.md"]