[flake8]
exclude = alembic,.venv,venv,contrib,.cache,.git
docstring-convention = google
max-line-length = 88
extend-ignore = ANN101, E203
