We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5ba62b1 commit 1297c5dCopy full SHA for 1297c5d
1 file changed
Makefile
@@ -41,8 +41,10 @@ regenerate:
41
--config tools/config.yaml
42
@echo "Applying nullable enum fix..."
43
@python tools/fix_nullable_enums.py
44
+ @echo "Fixing lint errors..."
45
+ @ruff check --fix rootly_sdk/
46
@echo "Formatting patched files..."
- @ruff format rootly_sdk/models/
47
+ @ruff format rootly_sdk/
48
49
test:
50
python -c "import rootly_sdk; print('SDK imports successfully')"
0 commit comments