From b98c54e8c854a2f6f43e2edc6aca73547904a6fd Mon Sep 17 00:00:00 2001 From: Sebastian Muszynski Date: Thu, 25 Jan 2018 07:20:04 +0100 Subject: [PATCH] Flake8 configuration updated: max-line-length = 100 --- tox.ini | 1 + 1 file changed, 1 insertion(+) diff --git a/tox.ini b/tox.ini index 93fe3c90e..0af1a1059 100644 --- a/tox.ini +++ b/tox.ini @@ -35,6 +35,7 @@ commands=flake8 miio [flake8] exclude = .git,.tox,__pycache__ +max-line-length = 100 [testenv:typing] deps=mypy