check-patroni/.flake8
benoit d99faeba15 Add tests for the output of the script and support pre/post 3.0.4
* Change all replica status from `running` to `streaming`
* Add an option to pytest to change the state back to `running`
* Also tests the output of the script
* Add a quick test script for live clusters
2023-08-23 10:53:09 +02:00

14 lines
197 B
INI

[flake8]
doctests = True
ignore =
# line too long
E501,
# line break before binary operator (added by black)
W503,
exclude =
.git,
.mypy_cache,
.tox,
.venv,
mypy_config = mypy.ini