From: Steven Black Date: Sun, 18 Mar 2018 03:41:50 +0000 (-0400) Subject: Invoke flake8 linter via command-line switches. X-Git-Url: http://git.99rst.org/?a=commitdiff_plain;h=5b99de074ab1314c1d9fb61a3e038e7f40e9189a;p=stevenblack-hosts.git Invoke flake8 linter via command-line switches. --- diff --git a/.flake8 b/.flake8 deleted file mode 100644 index d201f01a4..000000000 --- a/.flake8 +++ /dev/null @@ -1 +0,0 @@ -max-line-length = 120 \ No newline at end of file diff --git a/ci/lint.sh b/ci/lint.sh index caecbe174..0a25aba33 100755 --- a/ci/lint.sh +++ b/ci/lint.sh @@ -3,4 +3,4 @@ echo "Linting repository..." source activate hosts -flake8 +flake8 --max-line-length 120