Skip to content

Commit

Permalink
chore: address ruff update
Browse files Browse the repository at this point in the history
  • Loading branch information
dlstadther committed Aug 22, 2024
1 parent 1d3e14e commit 87ccaad
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 @@ -18,7 +18,7 @@ def tests(session: nox.Session) -> None:
def lint(session: nox.Session) -> None:
session = _install_poetry(session=session)
session.run("ruff", "format", "--check", ".")
session.run("ruff", "--output-format=github", ".")
session.run("ruff", "check", "--output-format=github", ".")
session.run("sqlfluff", "lint", ".")


Expand Down

0 comments on commit 87ccaad

Please sign in to comment.