use consistent line length

This commit is contained in:
Robert Kaussow 2020-02-17 23:51:17 +01:00
parent 5e65c44fb3
commit a841601aae
2 changed files with 4 additions and 4 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,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]