check-patroni/.flake8

11 lines
131 B
Plaintext
Raw Normal View History

2021-08-11 19:09:14 +02:00
[flake8]
doctests = True
ignore =
E501, # line too long
exclude =
.git,
.mypy_cache,
.tox,
.venv,
mypy_config = mypy.ini