Skip to content

Commit

Permalink
arc: add linting for python files
Browse files Browse the repository at this point in the history
  • Loading branch information
grimreaper committed Jun 2, 2014
1 parent a877260 commit 71f42db
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .arclint
@@ -0,0 +1,9 @@
{
"linters": {
"python": {
"type": "pep8",
"exclude": "(contrib)",
"include": "(\\.py$)"
}
}
}

0 comments on commit 71f42db

Please sign in to comment.