We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e1a58a8 commit 4ac24fcCopy full SHA for 4ac24fc
tox.ini
@@ -29,7 +29,7 @@ commands =
29
# run doctests in the tutorial and spec
30
py37: python -m doctest -o NORMALIZE_WHITESPACE -o ELLIPSIS docs/tutorial.rst docs/spec/v2.rst
31
# pep8 checks
32
- py37: flake8 --max-line-length=100 zarr
+ py37: flake8 zarr
33
# print environment for debugging
34
pip freeze
35
deps =
@@ -49,3 +49,6 @@ deps =
49
-rrequirements_rtfd.txt
50
commands =
51
sphinx-build -W -b html -d {envtmpdir}/doctrees . {envtmpdir}/html
52
+
53
+[flake8]
54
+max-line-length = 100
0 commit comments