Skip to content

Commit ff45e68

Browse files
authored
Fix linter issues caused by pyright (#1667)
* Pin to previous version of pyright * Pin ophyd-async
1 parent 4bdbb05 commit ff45e68

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

pyproject.toml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,8 @@ description = "Ophyd devices and other utils that could be used across DLS beaml
1414
dependencies = [
1515
"click",
1616
"ophyd",
17-
"ophyd-async[ca,pva]>=0.13.2",
17+
# pin new ophyd-async can be built
18+
"ophyd-async[ca,pva]==0.13.4",
1819
"bluesky>=1.14.5",
1920
"pyepics",
2021
"dataclasses-json",
@@ -54,7 +55,8 @@ dev = [
5455
"pre-commit",
5556
"psutil",
5657
"pydata-sphinx-theme>=0.12",
57-
"pyright",
58+
# Pin to previous pyright until https://github.com/microsoft/pyright/issues/11060 is fixed
59+
"pyright==1.1.406",
5860
"pytest",
5961
"pytest-asyncio",
6062
"pytest-cov",

0 commit comments

Comments
 (0)