use consistent line length

This commit is contained in:
Robert Kaussow 2020-02-17 23:53:57 +01:00
parent 23f1a386ef
commit 2b3385b13c
2 changed files with 5 additions and 5 deletions

View File

@ -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

View File

@ -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 =