diff options
| author | Charles Harris <charlesr.harris@gmail.com> | 2021-05-04 11:43:50 -0600 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-05-04 11:43:50 -0600 |
| commit | 4d753a0cd67cc381af9d096afdafda674a37c971 (patch) | |
| tree | b3834178d0026c26cfaafeb9196c085033237c9c /tools | |
| parent | 70dd918b8b531ce7be91bb9e6bb52fdc7c7199b9 (diff) | |
| parent | 6fa34d432722faaaf54f27fb9cb3b1b9e197e9fe (diff) | |
| download | numpy-4d753a0cd67cc381af9d096afdafda674a37c971.tar.gz | |
Merge pull request #18885 from BvB93/unsafe
MAINT: Remove unsafe unions and ABCs from return-annotations
Diffstat (limited to 'tools')
| -rw-r--r-- | tools/lint_diff.ini | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/lint_diff.ini b/tools/lint_diff.ini index ba091468e..710138b4a 100644 --- a/tools/lint_diff.ini +++ b/tools/lint_diff.ini @@ -1,5 +1,5 @@ [pycodestyle] 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 +ignore = E121,E122,E123,E125,E126,E127,E128,E226,E251,E265,E266,E302,E402,E704,E712,E721,E731,E741,W291,W293,W391,W503,W504 +exclude = numpy/__config__.py,numpy/typing/tests/data |
