Skip to content

Commit 28dcc4a

Browse files
committed
Let's try windows linting again?
1 parent 8cd7634 commit 28dcc4a

File tree

2 files changed

+3
-6
lines changed

2 files changed

+3
-6
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,16 +22,14 @@ jobs:
2222
- run: pipx run check-manifest
2323

2424
lint:
25-
runs-on: ubuntu-latest
25+
runs-on: windows-latest
2626
steps:
2727
- uses: actions/checkout@v4
2828
- uses: astral-sh/setup-uv@v6
2929
with:
3030
enable-cache: true
3131
python-version: "3.13"
32-
- uses: tox-dev/action-pre-commit-uv@v1
33-
with:
34-
extra_args: --all-files --verbose
32+
- run: uvx pre-commit run --all-files --verbose
3533

3634
test:
3735
name: test ${{ matrix.os }} py${{ matrix.python-version }} ${{ matrix.gfx }} ${{ matrix.canvas }}

pyproject.toml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ docs = [
7575
dev = [
7676
{ include-group = "test" },
7777
{ include-group = "docs" },
78-
"scenex[pygfx,vispy,imgui,jupyter,pyqt]",
78+
"scenex[pygfx,vispy,imgui,jupyter,pyqt, wx]",
7979
"imageio[tifffile] >=2.20",
8080
"ipython",
8181
"mypy",
@@ -84,7 +84,6 @@ dev = [
8484
"rich",
8585
"ruff",
8686
"pyright>=1.1.392",
87-
"types-wxpython",
8887
]
8988

9089
[project.urls]

0 commit comments

Comments
 (0)