From d3cfaed6afc126c8f6415a23d329d0119cef5194 Mon Sep 17 00:00:00 2001 From: Simon Quigley Date: Mon, 8 Jun 2020 17:40:12 -0500 Subject: [PATCH] Move to flake8. --- .arclint | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" } } }