summaryrefslogtreecommitdiff
path: root/.arclint
blob: 0165a732413d4155f0a1c869b672f1c48b1bf573 (plain)
1
2
3
4
5
6
7
8
{
  "linters": {
    "pep8-default": {
      "type": "pep8",
      "include": "(^git-)"
    }
  }
}