summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--tools/linter.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/linter.py b/tools/linter.py
index 9d23ffb48..0031ff83a 100644
--- a/tools/linter.py
+++ b/tools/linter.py
@@ -14,6 +14,7 @@ CONFIG = os.path.join(
# computing the diff itself.
EXCLUDE = (
"numpy/typing/tests/data/",
+ "numpy/typing/_char_codes.py",
"numpy/__config__.py",
"numpy/f2py",
)