From 71f42db6e7c6a0681ea73a32590fa382f3d62000 Mon Sep 17 00:00:00 2001 From: eadler Date: Mon, 2 Jun 2014 00:21:42 +0000 Subject: arc: add linting for python files --- .arclint | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 .arclint (limited to '.arclint') diff --git a/.arclint b/.arclint new file mode 100644 index 0000000..e153458 --- /dev/null +++ b/.arclint @@ -0,0 +1,9 @@ +{ + "linters": { + "python": { + "type": "pep8", + "exclude": "(contrib)", + "include": "(\\.py$)" + } + } +} -- cgit v1.1