{
  "linters": {
    "python": {
      "type": "pep8",
      "exclude": "(contrib)",
      "include": "(\\.py$)"
    }
  }
}