diff --git a/.arclint b/.arclint new file mode 100644 index 0000000..8a659ec --- /dev/null +++ b/.arclint @@ -0,0 +1,9 @@ +{ + "linters": { + "sample": { + "type": "pep8", + "include": "(\\.py$)", + "exclude": "(^third-party/)" + } + } +}