"""Inject a platform-specific wheel tag when MDLINT_PLATFORM_TAG is set.
Without this hook, hatchling produces a pure-Python wheel (py3-none-any).
Setting MDLINT_PLATFORM_TAG stamps the correct platform onto the wheel so
that pip selects the right one at install time, e.g.:
MDLINT_PLATFORM_TAG=macosx_11_0_arm64 uv build --wheel
"""
=
= f