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