[flake8]
max-line-length = 100
ignore = E203, W503
count = True
exclude =
	.git,
    dist,
    *ipynb,
    *.egg,
    .cache
