Skip to content

Commit

Permalink
fix pylsp
Browse files Browse the repository at this point in the history
  • Loading branch information
ifooth committed Sep 17, 2024
1 parent 117ac63 commit 01ffd9d
Showing 1 changed file with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@
"language_servers": {
"pylsp": {
"serverSettings": {
"pyls.plugins.pydocstyle.enabled": false,
"pyls.plugins.pyflakes.enabled": false,
"pyls.plugins.flake8.enabled": false,
"pyls.plugins.mccabe.enabled": false,
"pyls.plugins.ruff.enabled": true
"pylsp.plugins.pydocstyle.enabled": false,
"pylsp.plugins.pyflakes.enabled": false,
"pylsp.plugins.flake8.enabled": false,
"pylsp.plugins.mccabe.enabled": false,
"pylsp.plugins.ruff.enabled": true
}
}
}
Expand Down

0 comments on commit 01ffd9d

Please sign in to comment.