ansible-doctor/.flake8

19 lines
346 B
Plaintext
Raw Normal View History

2019-10-07 08:52:00 +02:00
[flake8]
2020-04-05 23:16:53 +02:00
ignore = D102, D103, D107, D202, W503
max-line-length = 99
2019-10-07 08:52:00 +02:00
inline-quotes = double
2020-04-05 23:16:53 +02:00
exclude =
.git
.tox
__pycache__
build
dist
tests
*.pyc
*.egg-info
.cache
.eggs
env*
2019-10-07 08:52:00 +02:00
application-import-names = ansiblelater
format = ${cyan}%(path)s:%(row)d:%(col)d${reset}: ${red_bold}%(code)s${reset} %(text)s