mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
[python] PY-83733 ruff support
(cherry picked from commit df443269c3a29cfe9b5f3b67663a1f998396e738) GitOrigin-RevId: f7d5bf3905cbe4e9092ee3976509777005f3f3bb
This commit is contained in:
committed by
intellij-monorepo-bot
parent
efd52e7623
commit
00cdda225b
+4
@@ -47,6 +47,10 @@ class PyCharmProjectConfigurableStartupActivity : ProjectActivity {
|
||||
ep.groupId = PythonToolsConfigurable.ID
|
||||
ep.groupWeight = 40
|
||||
}
|
||||
"com.intellij.python.ruff.RuffConfigurable" -> {
|
||||
ep.groupId = PythonToolsConfigurable.ID
|
||||
ep.groupWeight = 40
|
||||
}
|
||||
"com.intellij.python.pyright.PyrightConfigurable" -> {
|
||||
ep.groupId = PythonToolsConfigurable.ID
|
||||
ep.groupWeight = 40
|
||||
|
||||
Reference in New Issue
Block a user