check-patroni/.flake8

14 lines
197 B
Plaintext
Raw Permalink Normal View History

2021-08-11 19:09:14 +02:00
[flake8]
doctests = True
ignore =
2023-03-01 16:59:02 +01:00
# line too long
E501,
# line break before binary operator (added by black)
W503,
2021-08-11 19:09:14 +02:00
exclude =
.git,
.mypy_cache,
.tox,
.venv,
mypy_config = mypy.ini