fix: mypy missing fields#3472
Merged
hyperupcall merged 2 commits intoDec 21, 2023
Merged
Conversation
Signed-off-by: Henry Schreiner <henryschreineriii@gmail.com>
Member
|
thanks |
|
Beautiful solution. |
br3ndonland
added a commit
to br3ndonland/template-python
that referenced
this pull request
Sep 2, 2025
Mypy now shows error codes by default. It's unclear when this changed. It doesn't seem to be mentioned in the changelog, and both the original `show_error_codes` setting and the deprecation seem to be undocumented. This commit will remove `show_error_codes`/`--show-error-codes`. The inverse `hide_error_codes`/`--hide-error-codes` is still supported. https://github.com/python/mypy/blob/master/CHANGELOG.md python/mypy#13542 python/mypy#17083 https://mypy.readthedocs.io/en/stable/error_codes.html SchemaStore/schemastore#3422 SchemaStore/schemastore#3467 SchemaStore/schemastore#3472 https://www.schemastore.org/partial-mypy.json
br3ndonland
added a commit
to br3ndonland/fastenv
that referenced
this pull request
Sep 2, 2025
Mypy now shows error codes by default. It's unclear when this changed. It doesn't seem to be mentioned in the changelog, and both the original `show_error_codes` setting and the deprecation seem to be undocumented. This commit will remove `show_error_codes`/`--show-error-codes`. The inverse `hide_error_codes`/`--hide-error-codes` is still supported. https://github.com/python/mypy/blob/master/CHANGELOG.md python/mypy#13542 python/mypy#17083 https://mypy.readthedocs.io/en/stable/error_codes.html SchemaStore/schemastore#3422 SchemaStore/schemastore#3467 SchemaStore/schemastore#3472 https://www.schemastore.org/partial-mypy.json
br3ndonland
added a commit
to br3ndonland/inboard
that referenced
this pull request
Sep 2, 2025
Mypy now shows error codes by default. It's unclear when this changed. It doesn't seem to be mentioned in the changelog, and both the original `show_error_codes` setting and the deprecation seem to be undocumented. This commit will remove `show_error_codes`/`--show-error-codes`. The inverse `hide_error_codes`/`--hide-error-codes` is still supported. https://github.com/python/mypy/blob/master/CHANGELOG.md python/mypy#13542 python/mypy#17083 https://mypy.readthedocs.io/en/stable/error_codes.html SchemaStore/schemastore#3422 SchemaStore/schemastore#3467 SchemaStore/schemastore#3472 https://www.schemastore.org/partial-mypy.json
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Fixes #3467.