arc: add linting for python files

This commit is contained in:
Eitan Adler
2014-06-02 00:21:42 +00:00
parent 046faba0eb
commit ebfbfab668
+9
View File
@@ -0,0 +1,9 @@
{
"linters": {
"python": {
"type": "pep8",
"exclude": "(contrib)",
"include": "(\\.py$)"
}
}
}