From 3b13ae8ea092da70ceab37b36b64769d1381e429 Mon Sep 17 00:00:00 2001 From: Leonardo Schwarz Date: Wed, 23 Oct 2024 12:27:33 +0200 Subject: [PATCH] also lint in the noxfile --- noxfile.py | 1 + 1 file changed, 1 insertion(+) 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")