[flake8]
max-line-length = 88
exclude = 
	.tox,
	.git,
    .venv,
    venv,
	build,
	__pycache__,
extend-ignore =
	E203,W503