docker-tidy/.flake8

19 lines
326 B
Plaintext
Raw Normal View History

2020-03-01 18:42:29 +01:00
[flake8]
2020-03-05 23:51:21 +01:00
ignore = D103, W503
max-line-length = 99
2020-03-01 18:42:29 +01:00
inline-quotes = double
exclude =
.git
.tox
__pycache__
build
dist
tests
*.pyc
*.egg-info
.cache
.eggs
env*
application-import-names = dockertidy
format = ${cyan}%(path)s:%(row)d:%(col)d${reset}: ${red_bold}%(code)s${reset} %(text)s