Skip to content

Commit 10eeaab

Browse files
don't install project for lints
1 parent e9e05a8 commit 10eeaab

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

noxfile.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -106,6 +106,7 @@ def lint(session):
106106
session.run(
107107
"uv",
108108
"run",
109+
"--no-project",
109110
"--with",
110111
"pre-commit-uv",
111112
"--python",

0 commit comments

Comments
 (0)