Skip to content

Commit

Permalink
Merge pull request #88 from cclauss/patch-1
Browse files Browse the repository at this point in the history
flake8 --max-line-length=88 again
  • Loading branch information
sigmavirus24 authored Apr 2, 2021
2 parents 7285c3b + ff7e1ea commit 7c54a18
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@ deps =
commands =
pytest

[flake8]
max-line-length = 88

[testenv:flake8]
deps =
flake8
Expand All @@ -19,7 +22,7 @@ deps =
flake8
flake8-docstrings
commands =
flake8 --max-line-length=88
flake8

[testenv:release]
deps =
Expand Down

0 comments on commit 7c54a18

Please sign in to comment.