Re: [PR] python scripts: enable standard type checking [lucene]

2025-03-02 Thread via GitHub
rmuir merged PR #14321: URL: https://github.com/apache/lucene/pull/14321 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: issues-unsubscr...@lucene.apach

Re: [PR] python scripts: enable standard type checking [lucene]

2025-03-02 Thread via GitHub
rmuir commented on PR #14321: URL: https://github.com/apache/lucene/pull/14321#issuecomment-2692800932 After this PR, i'd like to run `make reformat` and create PR with the result. The mix of 2-space and 4-space indentation is killing me :) -- This is an automated message from the Apache

[PR] python scripts: enable standard type checking [lucene]

2025-03-02 Thread via GitHub
rmuir opened a new pull request, #14321: URL: https://github.com/apache/lucene/pull/14321 Fix all the type issues, enable checking so that no more creep in. A couple third-party libraries have some issues (such as totally wrong typing), I just disabled in that case. Fixes are m