[python] PY-83733 ruff support

(cherry picked from commit df443269c3a29cfe9b5f3b67663a1f998396e738)

GitOrigin-RevId: f7d5bf3905cbe4e9092ee3976509777005f3f3bb
This commit is contained in:
Morgan Bartholomew
2025-10-21 06:20:05 +00:00
committed by intellij-monorepo-bot
parent efd52e7623
commit 00cdda225b
3 changed files with 7 additions and 2 deletions
@@ -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