We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e7a2ecb commit 610a834Copy full SHA for 610a834
1 file changed
tox.ini
@@ -18,7 +18,7 @@ deps =
18
isort
19
20
[flake8]
21
-ignore = W191
+ignore = E117, W191, I201, W504
22
max-line-length = 92
23
exclude = .tox, build/, tests/data.py, hslog/tokens.py
24
inline-quotes = "
0 commit comments