Skip to content

Commit 50a9fb1

Browse files
authored
Merge pull request #447 from davidhewitt/fix-ruff
ci: fix ruff job
2 parents 34c5f16 + d123edb commit 50a9fb1

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)