diff --git a/noxfile.py b/noxfile.py index ac4796c..99d73dc 100644 --- a/noxfile.py +++ b/noxfile.py @@ -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")