Skip to content

Commit

Permalink
also lint in the noxfile
Browse files Browse the repository at this point in the history
  • Loading branch information
leoschwarz committed Oct 23, 2024
1 parent d4252f6 commit 3b13ae8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions noxfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
nox.options.default_venv_backend = "uv"


@nox.session
def lint(session: nox.Session) -> None:
"""Runs the linter."""
session.install("pre-commit")
Expand Down

0 comments on commit 3b13ae8

Please sign in to comment.