From a841601aaeb98f0ebbc44bfa3c5734b39a15c7ce Mon Sep 17 00:00:00 2001 From: Robert Kaussow Date: Mon, 17 Feb 2020 23:51:17 +0100 Subject: [PATCH] use consistent line length --- .flake8 | 6 +++--- setup.cfg | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.flake8 b/.flake8 index 8a50104..2dba324 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,env* application-import-names = ansiblelater diff --git a/setup.cfg b/setup.cfg index 23a82cc..e9b53fb 100644 --- a/setup.cfg +++ b/setup.cfg @@ -10,7 +10,7 @@ default_section = THIRDPARTY known_first_party = ansibledoctor sections = FUTURE,STDLIB,THIRDPARTY,FIRSTPARTY,LOCALFOLDER force_single_line = true -line_length = 120 +line_length = 110 skip_glob = **/env/* [tool:pytest]