mirror of
https://github.com/thegeeklab/docker-tidy.git
synced 2024-10-31 18:10:39 +00:00
19 lines
331 B
INI
19 lines
331 B
INI
[flake8]
|
|
ignore = D103, D107, W503
|
|
max-line-length = 99
|
|
inline-quotes = double
|
|
exclude =
|
|
.git
|
|
.tox
|
|
__pycache__
|
|
build
|
|
dist
|
|
test
|
|
*.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
|