Skip to content

Commit 66c4f26

Browse files
cguldnerclaude
andauthored
Run ruff format and check after code generation in spec_update (#567)
CI runs `ruff format --check` and `ruff check` on the dropbox package, so the spec_update workflow needs to format and fix the generated code before committing. Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 840ef6d commit 66c4f26

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/spec_update.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,10 @@ jobs:
8383
run: |
8484
python -m pip install --upgrade pip
8585
pip install -r requirements.txt
86+
pip install ruff
8687
python generate_base_client.py
88+
ruff format dropbox
89+
ruff check --fix dropbox
8790
8891
- name: Close Old Pull Requests
8992
id: close-old-prs

0 commit comments

Comments
 (0)