xref: /freebsd/.arclint (revision 2f834a0b41079f9be4dc33ff877d50a5fba869d4)
1{
2  "linters": {
3    "python": {
4      "type": "pep8",
5      "exclude": "(contrib)",
6      "include": "(\\.py$)"
7    }
8  }
9}
10