arc: add linting for python files

This commit is contained in:
eadler 2014-06-02 00:21:42 +00:00
parent a877260646
commit 71f42db6e7

9
.arclint Normal file
View File

@ -0,0 +1,9 @@
{
"linters": {
"python": {
"type": "pep8",
"exclude": "(contrib)",
"include": "(\\.py$)"
}
}
}