docker-tidy/.flake8

19 lines
331 B
Plaintext
Raw Normal View History

2020-03-01 18:42:29 +01:00
[flake8]
2020-03-06 22:39:32 +01:00
ignore = D103, D107, W503
2020-03-05 23:51:21 +01:00
max-line-length = 99
2020-03-01 18:42:29 +01:00
inline-quotes = double
exclude =
.git
.tox
__pycache__
build
dist
2020-04-06 22:19:25 +02:00
test
2020-03-01 18:42:29 +01:00
*.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