2020-08-18 13:10:09 +00:00
|
|
|
[flake8]
|
2020-08-18 21:44:49 +00:00
|
|
|
ignore = D101, D102, D103, D105, D107, D202, E402, W503
|
2020-08-18 13:10:09 +00:00
|
|
|
max-line-length = 99
|
|
|
|
inline-quotes = double
|
|
|
|
exclude =
|
|
|
|
.git
|
|
|
|
.tox
|
|
|
|
__pycache__
|
|
|
|
build
|
|
|
|
dist
|
|
|
|
test
|
|
|
|
*.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
|