From 8b872d3dcbe10889ae3191eddabf71b46ddbc855 Mon Sep 17 00:00:00 2001 From: Robert Kaussow Date: Mon, 17 Feb 2020 23:52:04 +0100 Subject: [PATCH] use consistent line length --- .flake8 | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.flake8 b/.flake8 index d0f57f6..6e3a62c 100644 --- a/.flake8 +++ b/.flake8 @@ -1,7 +1,7 @@ [flake8] -# Temp disable Docstring checks D101, D102, D103, D107 -ignore = E501, W503, F401, N813, D101, D102, D103, D107 -max-line-length = 100 +# Temp disable Docstring checks D101, D102, D103, D107 +ignore = E501, W503, F401, N813, D101, D102, D103, D107 +max-line-length = 110 inline-quotes = double exclude = .git,.tox,__pycache__,build,dist,tests,*.pyc,*.egg-info,.cache,.eggs application-import-names = ansiblelater