Skip to content

Commit

Permalink
fix pyright ci job
Browse files Browse the repository at this point in the history
  • Loading branch information
jenshnielsen committed Oct 6, 2023
1 parent 1374b8e commit 53a75ef
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -202,9 +202,9 @@ module = [
ignore_missing_imports = true

[tool.pyright]
include = ["qcodes"]
include = ["src"]
ignore = [
"qcodes/instrument_drivers/Harvard/Decadac.py",
"src/qcodes/instrument_drivers/Harvard/Decadac.py",
]
reportMissingTypeStubs = true
stubPath = "typings/stubs"
Expand Down

0 comments on commit 53a75ef

Please sign in to comment.