[flake8]
exclude = .git,__pycache__,.pytest_cache,docs/source/conf.py,old,build,dist,tests,tmp,.aws-sam,.venv
max-complexity = 15
max-line-length = 120
show-source = True
