[flake8]
application_import_names = howso, amalgam
ignore = D100, D104, D203, D401, F405, W503, W504, D107
exclude = .git, __pycache__, tests, .venv, venv, build, scratch
max-complexity = 15
max-line-length = 119
import-order-style = google
per-file-ignores =
    */__init__.py: F401, F403
