Skip to content

Commit 499e9fb

Browse files
committed
flake8: Ignore E117
1 parent 172fe47 commit 499e9fb

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
@@ -17,7 +17,7 @@ commands = mypy --ignore-missing-imports bna
1717
deps = mypy
1818

1919
[flake8]
20-
ignore = W191,I201
20+
ignore = W191,E117,I201
2121
max-line-length = 92
2222
inline-quotes = double
2323

0 commit comments

Comments
 (0)