Skip to content

Commit e8666ac

Browse files
committed
Fix: Update Ruff check target
- Replace `app.py` target with `ollama_manager` in the fix recipe. - Add success message after the Ruff fix command.
1 parent aa0e7bb commit e8666ac

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Makefile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,8 @@ check: # Ruff check
1010
@echo "✅ Check complete!"
1111

1212
fix: # Fix auto-fixable linting issues
13-
@ruff check app.py --fix
13+
@ruff check ollama_manager --fix
14+
@echo "✅ Check complete!"
1415

1516
clean: # Clean temporary files
1617
@rm -rf __pycache__ .pytest_cache

0 commit comments

Comments
 (0)