forked from microsoft/Qcodes
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
4938: Check pyright in CI r=jenshnielsen a=jenshnielsen Fix one last remaining type checking issue too * Also fix a use of deprecated MeasurementStatus * Remove deleted modules from type exclusions Co-authored-by: Jens H. Nielsen <[email protected]> Co-authored-by: Jens H. Nielsen <[email protected]>
- Loading branch information
Showing
6 changed files
with
21 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -59,6 +59,9 @@ jobs: | |
- name: install qcodes | ||
run: | | ||
pip install .[test] -c requirements.txt | ||
- uses: jakebailey/[email protected] | ||
with: | ||
version: 1.1.289 | ||
- name: Run Mypy | ||
run: mypy -p qcodes | ||
- name: Run parallel tests | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
QcoDeS is now typechecked with Pyright in addition to mypy. This should give a significantly | ||
better user experience when working in VS Code. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters