Skip to content

Commit

Permalink
ruff check
Browse files Browse the repository at this point in the history
  • Loading branch information
cclauss authored Sep 2, 2024
1 parent 2f573ca commit ddb3111
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/ruff_generate_baseline.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

ruff_out: tuple[str] = tuple(
run(
["ruff", "--extend-select=C90", "."], capture_output=True, text=True
["ruff", "check", "--extend-select=C90", "."], capture_output=True, text=True
).stdout.splitlines()[:-2] # Remove the two summary lines
)

Expand Down

0 comments on commit ddb3111

Please sign in to comment.