[flake8]
show-source=true
statistics=true
max-line-length=80

exclude =
  .git,
  .github,
  setup.py,
  build,
