Skip to content

Commit c1e3ae3

Browse files
Update noxfile #10
1 parent a439726 commit c1e3ae3

2 files changed

Lines changed: 1 addition & 2 deletions

File tree

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

src/openlifu/plan/__init__.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,5 +15,4 @@
1515
"SolutionAnalysisOptions",
1616
"TargetConstraints",
1717
"ParameterConstraint",
18-
"run_virtual_fit"
1918
]

0 commit comments

Comments
 (0)