From ebfbfab668e519af4dfd65e629b446ab97e02bc8 Mon Sep 17 00:00:00 2001 From: Eitan Adler Date: Mon, 2 Jun 2014 00:21:42 +0000 Subject: [PATCH] arc: add linting for python files --- .arclint | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 .arclint diff --git a/.arclint b/.arclint new file mode 100644 index 000000000000..e1534587c5ad --- /dev/null +++ b/.arclint @@ -0,0 +1,9 @@ +{ + "linters": { + "python": { + "type": "pep8", + "exclude": "(contrib)", + "include": "(\\.py$)" + } + } +}