[flake8]
max-line-length = 88
max-complexity = 10
extend-ignore = E203,EW503
exclude = .git,__pycache__,docs,build,dist,venv,logs
