From 7c33eeaf4843d7f5d8fa88ac5feab5c7101b2fef Mon Sep 17 00:00:00 2001 From: Yaroslav Halchenko Date: Thu, 19 Jun 2025 01:16:08 -0400 Subject: [PATCH] Add rudimentary codespell config --- pyproject.toml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/pyproject.toml b/pyproject.toml index 7e18dec..467632a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -265,3 +265,10 @@ markers = [ "snapshot: snapshot tests for symbolic editing operations", "isolated_process: test runs with process isolated agent", ] + +[tool.codespell] +# Ref: https://github.com/codespell-project/codespell#using-a-config-file +skip = '.git*,*.svg,*.lock,*.min.*' +check-hidden = true +# ignore-regex = '' +# ignore-words-list = ''