summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorBas van Beek <b.f.van.beek@vu.nl>2021-05-02 21:10:25 +0200
committerBas van Beek <b.f.van.beek@vu.nl>2021-05-02 21:10:25 +0200
commit15420c82f7ef2f91bc8cd18dd6eba25204873c16 (patch)
tree15e204fb00ac49c08a94cc5f87d3ef516105e212 /tools
parent0a045bb31eb0503969352be4071cb0c848176427 (diff)
downloadnumpy-15420c82f7ef2f91bc8cd18dd6eba25204873c16.tar.gz
TST: Ignore lint-checking in the `numpy/typing/tests/data` directory
With the current tests system we cannot reasonably enforce E501 (maximum line length)
Diffstat (limited to 'tools')
-rw-r--r--tools/lint_diff.ini2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/lint_diff.ini b/tools/lint_diff.ini
index ba091468e..7944ce224 100644
--- a/tools/lint_diff.ini
+++ b/tools/lint_diff.ini
@@ -2,4 +2,4 @@
max_line_length = 79
statistics = True
ignore = E121,E122,E123,E125,E126,E127,E128,E226,E251,E265,E266,E302,E402,E712,E721,E731,E741,W291,W293,W391,W503,W504
-exclude = numpy/__config__.py
+exclude = numpy/__config__.py,numpy/typing/tests/data