We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 9c54a57 + f0522ec commit 74dd6c6Copy full SHA for 74dd6c6
pygradle-plugin/src/main/groovy/com/linkedin/gradle/python/plugin/PythonPlugin.java
@@ -160,6 +160,8 @@ private static void createConfigurations(Project project) {
160
project.getConfigurations().create(CONFIGURATION_TEST.getValue());
161
project.getConfigurations().create(CONFIGURATION_VENV.getValue());
162
project.getConfigurations().create(CONFIGURATION_WHEEL.getValue());
163
+ // TODO: Kept for compatibility. Remove when not needed (very soon).
164
+ project.getConfigurations().create("flake8");
165
}
166
167
/*
0 commit comments