[flake8]
exclude =
  build
  .venv
max-line-length = 100
max-complexity = 10
ignore = E203
