Skip to content

Commit 1297c5d

Browse files
committed
Add ruff check --fix step to Makefile regenerate target
1 parent 5ba62b1 commit 1297c5d

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

Makefile

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,10 @@ regenerate:
4141
--config tools/config.yaml
4242
@echo "Applying nullable enum fix..."
4343
@python tools/fix_nullable_enums.py
44+
@echo "Fixing lint errors..."
45+
@ruff check --fix rootly_sdk/
4446
@echo "Formatting patched files..."
45-
@ruff format rootly_sdk/models/
47+
@ruff format rootly_sdk/
4648

4749
test:
4850
python -c "import rootly_sdk; print('SDK imports successfully')"

0 commit comments

Comments
 (0)