diff --git a/.arclint b/.arclint index 46d8128..a9ea22d 100644 --- a/.arclint +++ b/.arclint @@ -1,24 +1,30 @@ { "linters": { "chmod": { "type": "chmod" }, "shell": { "type": "shellcheck", "include": [ "(\\.sh$)" ] }, "filename": { "type": "filename" }, "json": { "type": "json", "include": [ "(^\\.arcconfig$)", "(^\\.arclint$)", "(\\.json$)" ] + }, + "python": { + "type": "flake8", + "include": [ + "(\\.py$)" + ] } } }