Skip to content

Commit

Permalink
Update enum to CPython 3.11.5 (#5074)
Browse files Browse the repository at this point in the history
part of: #4564
  • Loading branch information
dvermd committed Oct 3, 2023
1 parent 5384a47 commit 0d0139b
Show file tree
Hide file tree
Showing 6 changed files with 4,286 additions and 1,542 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -315,7 +315,7 @@ jobs:
with:
python-version: ${{ env.PYTHON_VERSION }}
- name: install ruff
run: python -m pip install ruff
run: python -m pip install ruff==0.0.291 # astral-sh/ruff#7778
- name: run python lint
run: ruff extra_tests wasm examples --exclude='./.*',./Lib,./vm/Lib,./benches/ --select=E9,F63,F7,F82 --show-source
- name: install prettier
Expand Down

0 comments on commit 0d0139b

Please sign in to comment.