From 039d8a6f1bf471a42c916ec6b6fe84aad056c96b Mon Sep 17 00:00:00 2001 From: Ryan McCormick Date: Fri, 27 Oct 2023 17:33:00 -0700 Subject: [PATCH] Remove unnecessary ignore word from codespell --- pyproject.toml | 2 -- 1 file changed, 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index b958ce0..1464501 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -71,8 +71,6 @@ path = "src/triton_cli/__init__.py" skip = "./.git,./.github" # ignore short words, and typename parameters like OffsetT ignore-regex = "\\b(.{1,4}|[A-Z]\\w*T)\\b" -# ignore allowed words -ignore-words-list = "passin" # use the 'clear' dictionary for unambiguous spelling mistakes builtin = "clear" # disable warnings about binary files and wrong encoding