Skip to content

Commit 3e827bc

Browse files
fix: Restore ruff format --check in lint-python target
Add back the ruff format --check step to verify code formatting without modifying files. This ensures CI catches formatting violations. Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
1 parent ad90593 commit 3e827bc

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,7 @@ format-python: ## Format Python code
6060

6161
lint-python: ## Lint Python code
6262
uv run ruff check sdk/python/feast/ sdk/python/tests/
63+
uv run ruff format --check sdk/python/feast/ sdk/python/tests/
6364
uv run bash -c "cd sdk/python && mypy feast"
6465

6566
# New combined target

0 commit comments

Comments
 (0)