8000 chore: upgrade to `ruff==0.11.8` · RustPython/RustPython@dc75d20 · GitHub
[go: up one dir, main page]

Skip to content
Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit dc75d20

Browse files
rexledesmayouknowone
authored andcommitted
chore: upgrade to ruff==0.11.8
1 parent ce5524d commit dc75d20

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yaml

Lines changed: 2 additions & 2 deletions
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)
0