Skip to content

Commit d123edb

Browse files
committed
ci: fix ruff job
1 parent 34c5f16 commit d123edb

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
@@ -141,7 +141,7 @@ def test_crossenv(session: nox.Session):
141141
def ruff(session: nox.Session):
142142
session.install("ruff")
143143
session.run("ruff", "format", "--check", ".")
144-
session.run("ruff", ".")
144+
session.run("ruff", "check", ".")
145145

146146

147147
@nox.session()

0 commit comments

Comments
 (0)