Backport PR #29478 on branch v3.10.0-doc (DOC: Added blurb for colorizer objects in what's new for 3.10) #26271
Annotations
10 errors and 13 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
844C
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]
|
eslint
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
mypy
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
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
|
flake8
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|