aboutsummaryrefslogtreecommitdiff
path: root/.arclint
blob: e1534587c5ad126de76af61d14ca4b5681b95bd0 (plain) (blame)
1
2
3
4
5
6
7
8
9
{
  "linters": {
    "python": {
      "type": "pep8",
      "exclude": "(contrib)",
      "include": "(\\.py$)"
    }
  }
}