Skip to content
  • David Runge's avatar
    Add flake8 configuration · 1370fc60
    David Runge authored
    .flake8:
    As flake8 can not yet be configured in a pyproject.toml, use a specific
    file for it.
    Set the maximum complexity to 10 (can even be lower) and add default
    exclusions for project unrelated files.
    1370fc60