summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorBas van Beek <b.f.van.beek@vu.nl>2021-09-30 11:16:00 +0200
committerBas van Beek <b.f.van.beek@vu.nl>2021-09-30 11:51:51 +0200
commitf5d3b26f4045efd088f923bdbd472e203c4b347d (patch)
treefee4ca1724c3cc3ac065c0dace5d5a208f8a9074 /tools
parent3e8d312c0d7e5d2b5448de0d393593ec6197ed0b (diff)
downloadnumpy-f5d3b26f4045efd088f923bdbd472e203c4b347d.tar.gz
STY: Exclude `npt._char_codes` from the linting checks
The 80-char line-length-limit is detrimental to the readability of the code here
Diffstat (limited to 'tools')
-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",
)