Skip to content

Commit f0522ec

Browse files
committed
Keep flake8 configuration for compatibility.
We need this just a little longer, but will remove it very soon.
1 parent 9c54a57 commit f0522ec

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)