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