ansible-doctor/.flake8

9 lines
376 B
Plaintext
Raw Normal View History

2019-10-07 08:52:00 +02:00
[flake8]
2020-02-17 23:51:17 +01:00
# Temp disable Docstring checks D101, D102, D103, D107
ignore = E501, W503, F401, N813, D101, D102, D103, D107
max-line-length = 110
2019-10-07 08:52:00 +02:00
inline-quotes = double
exclude = .git,.tox,__pycache__,build,dist,tests,*.pyc,*.egg-info,.cache,.eggs,env*
application-import-names = ansiblelater
format = ${cyan}%(path)s:%(row)d:%(col)d${reset}: ${red_bold}%(code)s${reset} %(text)s