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