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 33e325f..c067cbb 100644 --- a/setup.cfg +++ b/setup.cfg @@ -10,8 +10,8 @@ default_section = THIRDPARTY known_first_party = gitbatch sections = FUTURE,STDLIB,THIRDPARTY,FIRSTPARTY,LOCALFOLDER force_single_line = true -line_length = 120 -skip_glob = **/.venv/* +line_length = 110 +skip_glob = **/env/* [tool:pytest] filterwarnings =