diff --git a/.arclint b/.arclint index e4e4dae..36d7633 100644 --- a/.arclint +++ b/.arclint @@ -2,7 +2,7 @@ "exclude": "(^LICENSE)", "linters": { "sample": { - "type": "pep8" + "type": "flake8" } } }