mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-18 09:34:34 +07:00
[python] PY-81505 pyrefly support
(cherry picked from commit 2b2169da6e400e956efd6f0d92c150dbe843731c) GitOrigin-RevId: debd99667404f4e000e8aebaea832b089fc6feed
This commit is contained in:
committed by
intellij-monorepo-bot
parent
29f330dab6
commit
efd52e7623
+4
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user