Skip to content

Commit

Permalink
Fix flake8
Browse files Browse the repository at this point in the history
  • Loading branch information
beheh committed Aug 1, 2019
1 parent e7a2ecb commit 610a834
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ deps =
isort

[flake8]
ignore = W191
ignore = E117, W191, I201, W504
max-line-length = 92
exclude = .tox, build/, tests/data.py, hslog/tokens.py
inline-quotes = "
Expand Down

0 comments on commit 610a834

Please sign in to comment.