freebsd-dev/.arclint
2014-06-02 00:21:42 +00:00

10 lines
125 B
Plaintext

{
"linters": {
"python": {
"type": "pep8",
"exclude": "(contrib)",
"include": "(\\.py$)"
}
}
}