The doc for Metacode provides a list of #python tools and their meta comments. So now there's a single place I can look them up. ๐
* Ruff, Vulture โ # noqa, # noqa: E741, F841.
* Black and Ruff โ # fmt: on, # fmt: off.
* Mypy โ # type: ignore, type: ignore[error-code].
* Coverage โ # pragma: no cover, # pragma: no branch.
* Isort โ # isort: skip, # isort: off.
* Bandit โ # nosec.