Skip to content

Commit

Permalink
Fix ruff not work, ruff new version will failed if line-length big th…
Browse files Browse the repository at this point in the history
…an 320.
  • Loading branch information
manateelazycat committed Oct 5, 2023
1 parent 292af15 commit c97bd84
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions langserver/ruff.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,7 @@
"command": ["ruff-lsp"],
"initializationOptions": {
"settings": {
"args": ["--line-length=500",
"--ignore=F403,F405,E722,E401,E402"]
"args": ["--ignore=F403,F405,E722,E401,E402"]
}
},
"settings": {}
Expand Down

0 comments on commit c97bd84

Please sign in to comment.