[flake8]
exclude = test*
max-line-length = 99
ignore =
	D,  # docstrings
	Q0  # single inline quotes
