linkedin / pygradle

Using Gradle to build Python projects
https://github.com/linkedin/pygradle
Apache License 2.0
586 stars 147 forks source link

Build configuration again extends from flake8 configuration #331

Closed elautz closed 4 years ago

elautz commented 4 years ago

For backwards compatability, we need to continue to have the build configuration extend from the flake8 configuration. Without this, any dependencies declared as part of the flake8 configuration will be excluded from the build requirements and thus excluded from the activatable virtual environment.