Skip to content

Commit ece9590

Browse files
committed
chore: upgrade to ruff==0.11.8
1 parent 79646fd commit ece9590

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -324,11 +324,11 @@ jobs:
324324
with:
325325
python-version: ${{ env.PYTHON_VERSION }}
326326
- name: install ruff
327-
run: python -m pip install ruff==0.0.291 # astral-sh/ruff#7778
327+
run: python -m pip install ruff==0.11.8
328328
- name: Ensure docs generate no warnings
329329
run: cargo doc
330330
- name: run python lint
331-
run: ruff extra_tests wasm examples --exclude='./.*',./Lib,./vm/Lib,./benches/ --select=E9,F63,F7,F82 --show-source
331+
run: ruff check extra_tests wasm examples --exclude='./.*',./Lib,./vm/Lib,./benches/ --select=E9,F63,F7,F82
332332
- name: install prettier
333333
run: yarn global add prettier && echo "$(yarn global bin)" >>$GITHUB_PATH
334334
- name: check wasm code with prettier

0 commit comments

Comments
 (0)