git.99rst.org
/
stevenblack-hosts.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
| inline |
side by side
(parent:
0a42c21
)
Invoke flake8 linter via command-line switches.
author
Steven Black
<redacted>
Sun, 18 Mar 2018 03:41:50 +0000
(23:41 -0400)
committer
Steven Black
<redacted>
Sun, 18 Mar 2018 03:41:50 +0000
(23:41 -0400)
.flake8
[deleted file]
patch
|
blob
|
history
ci/lint.sh
patch
|
blob
|
history
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
diff --git
a/ci/lint.sh
b/ci/lint.sh
index caecbe1743a5dc2ce76e289fea0a2603c040731f..0a25aba33f37b9303ae5f993c81f477dfccc3ca0 100755
(executable)
--- a/
ci/lint.sh
+++ b/
ci/lint.sh
@@
-3,4
+3,4
@@
echo "Linting repository..."
source activate hosts
-flake8
+flake8
--max-line-length 120
git clone https://git.99rst.org/PROJECT