summaryrefslogtreecommitdiff
path: root/mesonbuild/backend/xcodebackend.py
diff options
context:
space:
mode:
authorEli Schwartz <eschwartz93@gmail.com>2025-09-25 12:09:51 -0400
committerEli Schwartz <eschwartz93@gmail.com>2025-09-25 12:58:43 -0400
commita8ce600f4381ebc1e8ba9cb6ca07fc12a2d8f35d (patch)
treeea779cd29ab4d1f91dcd84f79e8146fcf5936999 /mesonbuild/backend/xcodebackend.py
parent59d19370ddbf60e13263324b6787d759e0899905 (diff)
downloadmeson-a8ce600f4381ebc1e8ba9cb6ca07fc12a2d8f35d.tar.gz
mypy: loosen type ignore
The type error is renamed to union-attr in some mypy versions, which raises TWO errors: - Unused "type: ignore" comment - Item "TextIO" of "TextIO | Any" has no attribute "colorize_console" ... which broadly speaking indicates that we should not be using targeted ignores, after all. A proper inheritance system for ignore types would be more fitting, but seemingly doesn't exist.
Diffstat (limited to 'mesonbuild/backend/xcodebackend.py')
0 files changed, 0 insertions, 0 deletions