diff --git a/noxfile.py b/noxfile.py index afc448745..435375886 100644 --- a/noxfile.py +++ b/noxfile.py @@ -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