Backport PR #29597 on branch v3.10.0-doc (Fix typo in deprecation notes for 3.10.0) #26468
Annotations
10 errors and 10 warnings
mypy:
lib/matplotlib/backends/registry.pyi#L5
[mypy] reported by reviewdog 🐶
Detected enum "matplotlib.backends.registry.BackendFilter" in a type stub with zero members. There is a chance this is due to a recent change in the semantics of enum membership. If so, use `member = value` to mark an enum member, instead of `member: type` [misc]
Raw Output:
lib/matplotlib/backends/registry.pyi:5: error: Detected enum "matplotlib.backends.registry.BackendFilter" in a type stub with zero members. There is a chance this is due to a recent change in the semantics of enum membership. If so, use `member = value` to mark an enum member, instead of `member: type` [misc]
|
mypy:
lib/matplotlib/dviread.pyi#L10
[mypy] reported by reviewdog 🐶
Detected enum "matplotlib.dviread._dvistate" in a type stub with zero members. There is a chance this is due to a recent change in the semantics of enum membership. If so, use `member = value` to mark an enum member, instead of `member: type` [misc]
Raw Output:
lib/matplotlib/dviread.pyi:10: error: Detected enum "matplotlib.dviread._dvistate" in a type stub with zero members. There is a chance this is due to a recent change in the semantics of enum membership. If so, use `member = value` to mark an enum member, instead of `member: type` [misc]
|
mypy:
lib/matplotlib/_enums.pyi#L3
[mypy] reported by reviewdog 🐶
Detected enum "matplotlib._enums._AutoStringNameEnum" in a type stub with zero members. There is a chance this is due to a recent change in the semantics of enum membership. If so, use `member = value` to mark an enum member, instead of `member: type` [misc]
Raw Output:
lib/matplotlib/_enums.pyi:3: error: Detected enum "matplotlib._enums._AutoStringNameEnum" in a type stub with zero members. There is a chance this is due to a recent change in the semantics of enum membership. If so, use `member = value` to mark an enum member, instead of `member: type` [misc]
|
mypy:
lib/matplotlib/_enums.pyi#L6
[mypy] reported by reviewdog 🐶
Detected enum "matplotlib._enums.JoinStyle" in a type stub with zero members. There is a chance this is due to a recent change in the semantics of enum membership. If so, use `member = value` to mark an enum member, instead of `member: type` [misc]
Raw Output:
lib/matplotlib/_enums.pyi:6: error: Detected enum "matplotlib._enums.JoinStyle" in a type stub with zero members. There is a chance this is due to a recent change in the semantics of enum membership. If so, use `member = value` to mark an enum member, instead of `member: type` [misc]
|
mypy:
lib/matplotlib/_enums.pyi#L13
[mypy] reported by reviewdog 🐶
Detected enum "matplotlib._enums.CapStyle" in a type stub with zero members. There is a chance this is due to a recent change in the semantics of enum membership. If so, use `member = value` to mark an enum member, instead of `member: type` [misc]
Raw Output:
lib/matplotlib/_enums.pyi:13: error: Detected enum "matplotlib._enums.CapStyle" in a type stub with zero members. There is a chance this is due to a recent change in the semantics of enum membership. If so, use `member = value` to mark an enum member, instead of `member: type` [misc]
|
mypy
reviewdog: Too many results (annotations) in diff.
You may miss some annotations due to GitHub limitation for annotation created by logging command.
Please check GitHub Actions log console to see all results.
Limitation:
- 10 warning annotations and 10 error annotations per step
- 50 annotations per job (sum of annotations from all the steps)
- 50 annotations per run (separate from the job annotations, these annotations aren't created by users)
Source: https://github.com/orgs/community/discussions/26680#discussioncomment-3252835
|
mypy:
lib/matplotlib/ft2font.pyi#L12
[mypy] reported by reviewdog 🐶
Detected enum "matplotlib.ft2font.FaceFlags" in a type stub with zero members. There is a chance this is due to a recent change in the semantics of enum membership. If so, use `member = value` to mark an enum member, instead of `member: type` [misc]
Raw Output:
lib/matplotlib/ft2font.pyi:12: error: Detected enum "matplotlib.ft2font.FaceFlags" in a type stub with zero members. There is a chance this is due to a recent change in the semantics of enum membership. If so, use `member = value` to mark an enum member, instead of `member: type` [misc]
|
mypy:
lib/matplotlib/ft2font.pyi#L33
[mypy] reported by reviewdog 🐶
Detected enum "matplotlib.ft2font.Kerning" in a type stub with zero members. There is a chance this is due to a recent change in the semantics of enum membership. If so, use `member = value` to mark an enum member, instead of `member: type` [misc]
Raw Output:
lib/matplotlib/ft2font.pyi:33: error: Detected enum "matplotlib.ft2font.Kerning" in a type stub with zero members. There is a chance this is due to a recent change in the semantics of enum membership. If so, use `member = value` to mark an enum member, instead of `member: type` [misc]
|
mypy:
lib/matplotlib/ft2font.pyi#L38
[mypy] reported by reviewdog 🐶
Detected enum "matplotlib.ft2font.LoadFlags" in a type stub with zero members. There is a chance this is due to a recent change in the semantics of enum membership. If so, use `member = value` to mark an enum member, instead of `member: type` [misc]
Raw Output:
lib/matplotlib/ft2font.pyi:38: error: Detected enum "matplotlib.ft2font.LoadFlags" in a type stub with zero members. There is a chance this is due to a recent change in the semantics of enum membership. If so, use `member = value` to mark an enum member, instead of `member: type` [misc]
|
mypy:
lib/matplotlib/ft2font.pyi#L65
[mypy] reported by reviewdog 🐶
Detected enum "matplotlib.ft2font.StyleFlags" in a type stub with zero members. There is a chance this is due to a recent change in the semantics of enum membership. If so, use `member = value` to mark an enum member, instead of `member: type` [misc]
Raw Output:
lib/matplotlib/ft2font.pyi:65: error: Detected enum "matplotlib.ft2font.StyleFlags" in a type stub with zero members. There is a chance this is due to a recent change in the semantics of enum membership. If so, use `member = value` to mark an enum member, instead of `member: type` [misc]
|
mypy:
lib/matplotlib/backends/registry.pyi#L5
[mypy] reported by reviewdog 🐶
See https://typing.readthedocs.io/en/latest/spec/enums.html#defining-members
Raw Output:
lib/matplotlib/backends/registry.pyi:5: note: See https://typing.readthedocs.io/en/latest/spec/enums.html#defining-members
|
mypy:
lib/matplotlib/dviread.pyi#L10
[mypy] reported by reviewdog 🐶
See https://typing.readthedocs.io/en/latest/spec/enums.html#defining-members
Raw Output:
lib/matplotlib/dviread.pyi:10: note: See https://typing.readthedocs.io/en/latest/spec/enums.html#defining-members
|
mypy:
lib/matplotlib/_enums.pyi#L3
[mypy] reported by reviewdog 🐶
See https://typing.readthedocs.io/en/latest/spec/enums.html#defining-members
Raw Output:
lib/matplotlib/_enums.pyi:3: note: See https://typing.readthedocs.io/en/latest/spec/enums.html#defining-members
|
mypy:
lib/matplotlib/_enums.pyi#L6
[mypy] reported by reviewdog 🐶
See https://typing.readthedocs.io/en/latest/spec/enums.html#defining-members
Raw Output:
lib/matplotlib/_enums.pyi:6: note: See https://typing.readthedocs.io/en/latest/spec/enums.html#defining-members
|
mypy:
lib/matplotlib/_enums.pyi#L13
[mypy] reported by reviewdog 🐶
See https://typing.readthedocs.io/en/latest/spec/enums.html#defining-members
Raw Output:
lib/matplotlib/_enums.pyi:13: note: See https://typing.readthedocs.io/en/latest/spec/enums.html#defining-members
|
mypy:
lib/matplotlib/ft2font.pyi#L12
[mypy] reported by reviewdog 🐶
See https://typing.readthedocs.io/en/latest/spec/enums.html#defining-members
Raw Output:
lib/matplotlib/ft2font.pyi:12: note: See https://typing.readthedocs.io/en/latest/spec/enums.html#defining-members
|
mypy:
lib/matplotlib/ft2font.pyi#L33
[mypy] reported by reviewdog 🐶
See https://typing.readthedocs.io/en/latest/spec/enums.html#defining-members
Raw Output:
lib/matplotlib/ft2font.pyi:33: note: See https://typing.readthedocs.io/en/latest/spec/enums.html#defining-members
|
mypy:
lib/matplotlib/ft2font.pyi#L38
[mypy] reported by reviewdog 🐶
See https://typing.readthedocs.io/en/latest/spec/enums.html#defining-members
Raw Output:
lib/matplotlib/ft2font.pyi:38: note: See https://typing.readthedocs.io/en/latest/spec/enums.html#defining-members
|
mypy:
lib/matplotlib/ft2font.pyi#L65
[mypy] reported by reviewdog 🐶
See https://typing.readthedocs.io/en/latest/spec/enums.html#defining-members
Raw Output:
lib/matplotlib/ft2font.pyi:65: note: See https://typing.readthedocs.io/en/latest/spec/enums.html#defining-members
|
mypy:
lib/matplotlib/backend_tools.pyi#L11
[mypy] reported by reviewdog 🐶
See https://typing.readthedocs.io/en/latest/spec/enums.html#defining-members
Raw Output:
lib/matplotlib/backend_tools.pyi:11: note: See https://typing.readthedocs.io/en/latest/spec/enums.html#defining-members
|