[flake8]
ignore = E701,F841
extend-ignore = E203, W503
max-line-length = 160
exclude = .git,__pycache__,docs/conf.py,build,dist,tmp,venv
