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.
1 parent 9c54a57 commit f0522ecCopy full SHA for f0522ec
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