-
-
Notifications
You must be signed in to change notification settings - Fork 7k
Closed
Labels
state:needs triagetriage is not complete: no `area:*` label, or no `priority:*`/`frequency:*` for Bugs/Crashestriage is not complete: no `area:*` label, or no `priority:*`/`frequency:*` for Bugs/Crashes
Description
Reproduction steps
- Start Zed
- Configure Ruff under
lsp.ruff.settings - Open a Python file
- Press
Ctrl-Shift-I - See the result
Current vs. Expected behavior
Current behavior: Formatting isn't customized
Expected behavior: Formatting is customized
Zed version and system specs
Zed: v0.222.4+stable (Zed)
OS: Linux Wayland cachyos unknown
Memory: 7.1 GiB
Architecture: x86_64
GPU: AMD Radeon Graphics (RADV RENOIR) || radv || Mesa 25.3.5-arch1.2
Attach Zed log file
Zed.log
Relevant Zed settings
settings.json
"lsp": {
"ruff": {
"settings": {
"indent-width": 4,
"line-length": 128,
"format": {
"docstring-code-format": true,
"docstring-code-line-length": "dynamic",
"exclude": [
],
"indent-style": "tab",
"line-ending": "native",
"preview": false,
"quote-style": "double",
"skip-magic-trailing-comma": true
},
"lint": {
"ignore": [
"E301",
"E302",
"E303",
"E305",
"E306"
]
}
}
}
},Relevant Keymap
keymap.json
(for AI issues) Model provider details
No response
If you are using WSL on Windows, what flavor of Linux are you using?
None
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
state:needs triagetriage is not complete: no `area:*` label, or no `priority:*`/`frequency:*` for Bugs/Crashestriage is not complete: no `area:*` label, or no `priority:*`/`frequency:*` for Bugs/Crashes