### Summary I have a lot of warning about codes which were removed in ruff: `warning: Invalid rule code provided to '# noqa' at foo.py:123: ASYNC101` It would be nice if that wasn't a warning but another ruff rule, so that i can easily let the wrong codes be removed with `--fix`.