We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e87b91b commit 8f5b135Copy full SHA for 8f5b135
noxfile.py
@@ -31,7 +31,6 @@ def precommit(s: nox.Session, /) -> None:
31
@session(uv_groups=["lint"], reuse_venv=True)
32
def pylint(s: nox.Session, /) -> None:
33
"""Run PyLint."""
34
- s.install(".", "pylint>=3.2")
35
s.run("pylint", "plotting_backends", *s.posargs)
36
37
0 commit comments