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