Skip to content

Commit

Permalink
Changed updated command line interface for Ruff
Browse files Browse the repository at this point in the history
  • Loading branch information
fjwillemsen committed Oct 19, 2023
1 parent 844d283 commit 254a1ea
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 @@ -32,7 +32,7 @@
# def lint(session: nox.Session) -> None:
# """Ensure the code is formatted as expected."""
# session.install("ruff")
# session.run("ruff", "--format=github", "--config=pyproject.toml", ".")
# session.run("ruff", "--output-format=github", "--config=pyproject.toml", ".")


# @session # uncomment this line to only run on the current python interpreter
Expand Down

0 comments on commit 254a1ea

Please sign in to comment.