We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f7bd8cd commit facfe23Copy full SHA for facfe23
1 file changed
justfile
@@ -40,7 +40,7 @@ test-all: venv
40
41
# Format all code in the project.
42
format: venv
43
- {{ run }} ruff format {{ target_dirs }}
+ {{ run }} ruff check {{ target_dirs }} --fix
44
45
# Lint all code in the project.
46
lint: venv
0 commit comments