[python] PY-81505 pyrefly support

(cherry picked from commit 2b2169da6e400e956efd6f0d92c150dbe843731c)

GitOrigin-RevId: debd99667404f4e000e8aebaea832b089fc6feed
This commit is contained in:
Morgan Bartholomew
2025-10-21 06:20:05 +00:00
committed by intellij-monorepo-bot
parent 29f330dab6
commit efd52e7623
@@ -51,6 +51,10 @@ class PyCharmProjectConfigurableStartupActivity : ProjectActivity {
ep.groupId = PythonToolsConfigurable.ID
ep.groupWeight = 40
}
"com.intellij.python.pyrefly.PyreflyConfigurable" -> {
ep.groupId = PythonToolsConfigurable.ID
ep.groupWeight = 40
}
"com.jetbrains.python.black.configuration.BlackFormatterConfigurable" -> {
ep.groupId = PythonToolsConfigurable.ID
ep.groupWeight = 30