[flake8]
exclude =
	.git,
	.eggs,
	__pycache__,
	docs/conf.py,
	build

