Skip to content

Commit bebf965

Browse files
committed
Fix ruff params
1 parent 11ed773 commit bebf965

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

code_check.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ def status(line):
3939
cmd("black smartmin test_runner")
4040

4141
status("Running ruff")
42-
cmd("ruff smartmin")
42+
cmd("ruff check smartmin")
4343

4444
status("Running isort")
4545
cmd("isort smartmin")

0 commit comments

Comments
 (0)