Skip to content

Commit 8f5b135

Browse files
committed
ci: nox
Signed-off-by: nstarman <nstarman@users.noreply.github.com>
1 parent e87b91b commit 8f5b135

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

noxfile.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,6 @@ def precommit(s: nox.Session, /) -> None:
3131
@session(uv_groups=["lint"], reuse_venv=True)
3232
def pylint(s: nox.Session, /) -> None:
3333
"""Run PyLint."""
34-
s.install(".", "pylint>=3.2")
3534
s.run("pylint", "plotting_backends", *s.posargs)
3635

3736

0 commit comments

Comments
 (0)