1 parent 4cfec63 commit 8781489Copy full SHA for 8781489
3 files changed
Makefile
@@ -12,6 +12,7 @@ dev: venv
12
13
cs: venv
14
.venv/bin/pylint pytest_httpserver
15
+ .venv/bin/pycodestyle pytest_httpserver
16
17
mrproper: clean
18
rm -rf dist
requirements-dev.txt
@@ -1,4 +1,4 @@
1
-pep8
+pycodestyle
2
pylint
3
wheel
4
rope
setup.cfg
@@ -1,2 +1,5 @@
[aliases]
test=pytest
+
+[pycodestyle]
5
+max-line-length = 145
0 commit comments