Skip to content

Commit

Permalink
Merge pull request #335 from jakirkham/config_flake8_line_len
Browse files Browse the repository at this point in the history
Configure flake8's line length as 100
  • Loading branch information
jakirkham committed Nov 16, 2018
2 parents e1a58a8 + 4ac24fc commit e44c4c5
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion tox.ini
Expand Up @@ -29,7 +29,7 @@ commands =
# run doctests in the tutorial and spec
py37: python -m doctest -o NORMALIZE_WHITESPACE -o ELLIPSIS docs/tutorial.rst docs/spec/v2.rst
# pep8 checks
py37: flake8 --max-line-length=100 zarr
py37: flake8 zarr
# print environment for debugging
pip freeze
deps =
Expand All @@ -49,3 +49,6 @@ deps =
-rrequirements_rtfd.txt
commands =
sphinx-build -W -b html -d {envtmpdir}/doctrees . {envtmpdir}/html

[flake8]
max-line-length = 100

0 comments on commit e44c4c5

Please sign in to comment.