This makes it rather hard to update kazoo to use mypy
#type: ignore[attr] complains that attr is not defined and # type: ignore[return-value] produces "syntax error"
Even though the config file for hound says its using flake8, flake8 does not actually generate those messages. I can believe there's a plugin for flake8 that examines comments to check if they're commented out code and would compile, but as hound ci doesn't tell you which message number even though that's flake8s default format.
This makes it rather hard to update kazoo to use mypy
#type: ignore[attr]complains that attr is not defined and# type: ignore[return-value]produces "syntax error"Even though the config file for hound says its using flake8, flake8 does not actually generate those messages. I can believe there's a plugin for flake8 that examines comments to check if they're commented out code and would compile, but as hound ci doesn't tell you which message number even though that's flake8s default format.