Skip to content

Commit

Permalink
Include Type Stubs for PySide6 (#164)
Browse files Browse the repository at this point in the history
The new release of PySide6 (6.6.3.1) seems to have confused mypy and
made it think the library has bad intendation, despite the fact it
imports. Installing the type stubs package appears to fix the issue.
  • Loading branch information
callumforrester authored Apr 3, 2024
1 parent 64a5dba commit b134436
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@ dev = [
"pydata-sphinx-theme>=0.12",
"pyepics>=3.4.2",
"pyside6",
"pyside6-stubs",
"pytest",
"pytest-asyncio",
"pytest-cov",
Expand Down

0 comments on commit b134436

Please sign in to comment.