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