[flake8]
max-line-length = 100
max-complexity = 10
exclude =
  .git,
  __pycache__,
  docs/conf.py
