Skip to content

Commit

Permalink
minor changes
Browse files Browse the repository at this point in the history
  • Loading branch information
Alex Al-Saffar committed Apr 4, 2024
1 parent fdb9108 commit 04b334d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/machineconfig/settings/helix/languages.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,9 @@ typeCheckingMode = "basic"
[language-server.ruff]
command = "ruff-lsp"

# [language-server.ruff.config.settings]
[language-server.ruff.config.settings]
# args = ["--ignore", "E501"]
args = ["--ignore", "E701,E702,F541,E721"]

[language.formatter]
command = "black"
Expand Down

0 comments on commit 04b334d

Please sign in to comment.