Skip to content

Commit

Permalink
Use ruff check instead of ruff (#392)
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaReiser authored Feb 29, 2024
1 parent 913caa4 commit 66c94fb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ruff_lsp/server.py
Original file line number Diff line number Diff line change
Expand Up @@ -154,6 +154,7 @@ class VersionModified(NamedTuple):

# Arguments provided to every Ruff invocation.
CHECK_ARGS = [
"check",
"--force-exclude",
"--no-cache",
"--no-fix",
Expand Down

0 comments on commit 66c94fb

Please sign in to comment.