projects
/
pgeu-web.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
28a1b2f
)
Add setup.cfg for pep8 tool verification
author
Magnus Hagander
<
[email protected]
>
Sat, 15 Dec 2018 11:41:26 +0000
(12:41 +0100)
committer
Magnus Hagander
<
[email protected]
>
Sat, 15 Dec 2018 11:41:26 +0000
(12:41 +0100)
code/setup.cfg
[new file with mode: 0644]
patch
|
blob
diff --git a/code/setup.cfg
b/code/setup.cfg
new file mode 100644
(file)
index 0000000..
38d2325
--- /dev/null
+++ b/
code/setup.cfg
@@ -0,0
+1,4
@@
+[pycodestyle]
+statistics=True
+ignore=E123,E124,E731,E501
+max-line-length=120