[
  {
    "cell": null,
    "code": "N999",
    "end_location": {
      "column": 1,
      "row": 1
    },
    "filename": "test/resources/language/python/syntax-error.py",
    "fix": null,
    "location": {
      "column": 1,
      "row": 1
    },
    "message": "Invalid module name: 'syntax-error'",
    "name": "invalid-module-name",
    "noqa_row": 1,
    "severity": "error",
    "url": "https://docs.astral.sh/ruff/rules/invalid-module-name"
  },
  {
    "cell": null,
    "code": "invalid-syntax",
    "end_location": {
      "column": 13,
      "row": 3
    },
    "filename": "test/resources/language/python/syntax-error.py",
    "fix": null,
    "location": {
      "column": 7,
      "row": 3
    },
    "message": "Expected an identifier, but found a keyword `import` that cannot be used here",
    "name": "invalid-syntax",
    "noqa_row": null,
    "severity": "error",
    "url": null
  },
  {
    "cell": null,
    "code": "invalid-syntax",
    "end_location": {
      "column": 17,
      "row": 3
    },
    "filename": "test/resources/language/python/syntax-error.py",
    "fix": null,
    "location": {
      "column": 14,
      "row": 3
    },
    "message": "Simple statements must be separated by newlines or semicolons",
    "name": "invalid-syntax",
    "noqa_row": null,
    "severity": "error",
    "url": null
  }
]