Skip to content

Navigation Menu

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 0d0139b

Browse filesBrowse files
authored
Update enum to CPython 3.11.5 (#5074)
part of: #4564
1 parent 5384a47 commit 0d0139b
Copy full SHA for 0d0139b

File tree

6 files changed

+4286
-1542
lines changed
Filter options

6 files changed

+4286
-1542
lines changed

‎.github/workflows/ci.yaml

Copy file name to clipboardExpand all lines: .github/workflows/ci.yaml
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -315,7 +315,7 @@ jobs:
315315
with:
316316
python-version: ${{ env.PYTHON_VERSION }}
317317
- name: install ruff
318-
run: python -m pip install ruff
318+
run: python -m pip install ruff==0.0.291 # astral-sh/ruff#7778
319319
- name: run python lint
320320
run: ruff extra_tests wasm examples --exclude='./.*',./Lib,./vm/Lib,./benches/ --select=E9,F63,F7,F82 --show-source
321321
- name: install prettier

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.