Add flake8 configuration
.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.
.flake8
0 → 100644
Please register or sign in to comment