Summary
I have a file with invalid syntax, but adding # ruff: noqa to the top doesn't suppress invalid-syntax failures.
I could exclude it from the ruff CLI command in the first place, but this is a monorepo, and I'd prefer to exclude it directly in the file instead of a monorepo global file.
Version
No response