Skip to content

Commit 74dd6c6

Browse files
authored
Merge pull request #329 from zvezdan/flake8-config-compatibility
Keep flake8 configuration for compatibility.
2 parents 9c54a57 + f0522ec commit 74dd6c6

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

pygradle-plugin/src/main/groovy/com/linkedin/gradle/python/plugin/PythonPlugin.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -160,6 +160,8 @@ private static void createConfigurations(Project project) {
160160
project.getConfigurations().create(CONFIGURATION_TEST.getValue());
161161
project.getConfigurations().create(CONFIGURATION_VENV.getValue());
162162
project.getConfigurations().create(CONFIGURATION_WHEEL.getValue());
163+
// TODO: Kept for compatibility. Remove when not needed (very soon).
164+
project.getConfigurations().create("flake8");
163165
}
164166

165167
/*

0 commit comments

Comments
 (0)