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