We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a439726 commit faba8a3Copy full SHA for faba8a3
noxfile.py
@@ -31,7 +31,7 @@ def pylint(session: nox.Session) -> None:
31
"""
32
# This needs to be installed into the package environment, and is slower
33
# than a pre-commit check
34
- session.install(".", "pylint")
+ session.install(".[app]", "pylint")
35
session.run("pylint", "openlifu", *session.posargs)
36
37
0 commit comments