mirror of
https://github.com/thegeeklab/ansible-later.git
synced 2024-11-13 16:50:39 +00:00
9 lines
374 B
INI
9 lines
374 B
INI
[flake8]
|
|
# Temp disable Docstring checks D101, D102, D103, D107
|
|
ignore = E501, W503, F401, N813, D101, D102, D103, D107
|
|
max-line-length = 100
|
|
inline-quotes = double
|
|
exclude = .git,.tox,__pycache__,build,dist,tests,*.pyc,*.egg-info,.cache,.eggs
|
|
application-import-names = ansiblelater
|
|
format = ${cyan}%(path)s:%(row)d:%(col)d${reset}: ${red_bold}%(code)s${reset} %(text)s
|