Skip to content

Commit

Permalink
Update nox task for ruff lint
Browse files Browse the repository at this point in the history
  • Loading branch information
jodal committed Jun 29, 2024
1 parent 6213dac commit c8da179
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion noxfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ def ruff_lint(session: nox.Session) -> None:
"--only=ruff",
external=True,
)
session.run("ruff", *args)
session.run("ruff", "check", *args)


@nox.session(python=supported_pythons)
Expand Down

0 comments on commit c8da179

Please sign in to comment.