diff --git a/.arclint b/.arclint --- a/.arclint +++ b/.arclint @@ -19,6 +19,12 @@ "(^\\.arclint$)", "(\\.json$)" ] + }, + "python": { + "type": "flake8", + "include": [ + "(\\.py$)" + ] } } }