fix: update Ruff linter command to automatically fix issues

This commit is contained in:
github-actions[bot]
2025-10-26 19:39:36 +11:00
parent b11ae09f7f
commit f1468d7ff0

View File

@@ -30,7 +30,7 @@ jobs:
- name: Run Ruff linter
run: |
ruff check src/
ruff check --fix src/
echo "✅ Ruff checks passed!"
- name: Run Mypy type checker