Skip to content

Commit faba8a3

Browse files
Update noxfile #10
1 parent a439726 commit faba8a3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

noxfile.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ def pylint(session: nox.Session) -> None:
3131
"""
3232
# This needs to be installed into the package environment, and is slower
3333
# than a pre-commit check
34-
session.install(".", "pylint")
34+
session.install(".[app]", "pylint")
3535
session.run("pylint", "openlifu", *session.posargs)
3636

3737

0 commit comments

Comments
 (0)