From 83e5a6528f3ec71f90bcdc5d703a2759fe6391c5 Mon Sep 17 00:00:00 2001 From: Dimitri Papadopoulos <3234522+DimitriPapadopoulos@users.noreply.github.com> Date: Thu, 12 Oct 2023 18:43:01 +0200 Subject: [PATCH] Disregard "wrod" in README.rst --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 0d437acac7e..81fa1165992 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -91,7 +91,7 @@ expand-star-imports = true # TODO: reintegrate codespell configuration after updating test cases #[tool.codespell] -#builtin = ["clear","rare","informal","usage","code","names"] +#builtin = ["clear","rare","informal","usage","code","names","wrod"] #ignore-words-list = ["uint"] #skip=[ "./.*","codespell_lib/data/*","codespell_lib/tests/*"]