Commit 7c0bc39
committed
Build configuration again extends from flake8 configuration
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.1 parent 963cc18 commit 7c0bc39
File tree
1 file changed
+6
-3
lines changed- pygradle-plugin/src/main/groovy/com/linkedin/gradle/python/plugin
1 file changed
+6
-3
lines changedLines changed: 6 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
155 | 155 | | |
156 | 156 | | |
157 | 157 | | |
158 | | - | |
| 158 | + | |
159 | 159 | | |
160 | 160 | | |
161 | 161 | | |
162 | 162 | | |
163 | | - | |
164 | | - | |
| 163 | + | |
| 164 | + | |
| 165 | + | |
| 166 | + | |
| 167 | + | |
165 | 168 | | |
166 | 169 | | |
167 | 170 | | |
| |||
0 commit comments