taplo
taplo copied to clipboard
Feature request: suppress validation errors via magic comments
Sometimes, JSON schemas are out of date (compare https://github.com/astral-sh/ruff/issues/7261). In that case, it would be great if those errors could be suppressed, similar to # noqa comments in the Python world.
That's a good idea. I don't think it already exists, so it would need design and implementation. I'm adding the "help needed" label.