Set pep8 max-line-length to 100

master
Per A Brodtkorb 8 years ago
parent 752d84c6f4
commit 41bb86c2da

@ -61,6 +61,9 @@ addopts =
wafo/wave_theory/tests
# wafo/stats/tests
[pep8]
max-line-length = 100
[pytest]
doctest_optionflags = NORMALIZE_WHITESPACE ELLIPSIS
# Options for py.test:

Loading…
Cancel
Save