Skip to content

Commit

Permalink
Update ruff.json with new pylint options.
Browse files Browse the repository at this point in the history
  • Loading branch information
manateelazycat committed Jun 9, 2023
1 parent 47f7249 commit 11d557a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion langserver/ruff.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"initializationOptions": {
"settings": {
"args": ["--line-length=500",
"--ignore=F403,F405,E722,E402"]
"--ignore=F403,F405,E722,E401,E402"]
}
},
"settings": {}
Expand Down

0 comments on commit 11d557a

Please sign in to comment.