Skip to content

Commit

Permalink
--output -> --output-format
Browse files Browse the repository at this point in the history
  • Loading branch information
jackyzha0 committed Nov 1, 2023
1 parent 63f2cd5 commit 9520fac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/pyright-ruff/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ function _runRuff(fp: string, buf: string, ...extraArgs: string[]): SpawnSyncRet
'--stdin-filename',
fp,
'--quiet',
'--format=json',
'--output-format=json',
'--force-exclude',
...(extraArgs ?? []),
'-',
Expand Down

0 comments on commit 9520fac

Please sign in to comment.