Skip to content

Commit 65ddc97

Browse files
test: do not install safety in nox session
Signed-off-by: Saurav Sharma <[email protected]>
1 parent 086f9a5 commit 65ddc97

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
@@ -6,7 +6,7 @@
66

77
@session(python=python_versions)
88
def lint(session: Session):
9-
session.install("ruff", "safety", "pytest", ".")
9+
session.install("ruff", "pytest", ".")
1010
session.run("ruff", "check", ".")
1111
session.run("ruff", "format", ".", "--check")
1212
session.run("pytest")

0 commit comments

Comments
 (0)