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
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=266959

9
.arclint Normal file
View File

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