Skip to content

Commit 610a834

Browse files
committed
Fix flake8
1 parent e7a2ecb commit 610a834

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ deps =
1818
isort
1919

2020
[flake8]
21-
ignore = W191
21+
ignore = E117, W191, I201, W504
2222
max-line-length = 92
2323
exclude = .tox, build/, tests/data.py, hslog/tokens.py
2424
inline-quotes = "

0 commit comments

Comments
 (0)