Invoke flake8 linter via command-line switches.
authorSteven Black <redacted>
Sun, 18 Mar 2018 03:41:50 +0000 (23:41 -0400)
committerSteven Black <redacted>
Sun, 18 Mar 2018 03:41:50 +0000 (23:41 -0400)
.flake8 [deleted file]
ci/lint.sh

diff --git a/.flake8 b/.flake8
deleted file mode 100644 (file)
index d201f01..0000000
--- a/.flake8
+++ /dev/null
@@ -1 +0,0 @@
-max-line-length = 120
\ No newline at end of file
index caecbe1743a5dc2ce76e289fea0a2603c040731f..0a25aba33f37b9303ae5f993c81f477dfccc3ca0 100755 (executable)
@@ -3,4 +3,4 @@
 echo "Linting repository..."
 source activate hosts
 
-flake8
+flake8 --max-line-length 120
git clone https://git.99rst.org/PROJECT