From 02d9ff99e59d3388247a1b8464b72657626d76f3 Mon Sep 17 00:00:00 2001 From: Adam Scott Date: Thu, 29 May 2025 19:11:05 -0400 Subject: [PATCH] Fix alphabetical order of codespell ignore list --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 7c745d1eb9d..0eb22ed4f63 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -77,6 +77,7 @@ ignore-words-list = [ "inout", "labelin", "lod", + "masia", "mis", "nd", "numer", @@ -89,5 +90,4 @@ ignore-words-list = [ "textin", "thirdparty", "vai", - "Masia", ]