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