We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 11ed773 commit bebf965Copy full SHA for bebf965
code_check.py
@@ -39,7 +39,7 @@ def status(line):
39
cmd("black smartmin test_runner")
40
41
status("Running ruff")
42
- cmd("ruff smartmin")
+ cmd("ruff check smartmin")
43
44
status("Running isort")
45
cmd("isort smartmin")
0 commit comments