-
Notifications
You must be signed in to change notification settings - Fork 48
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[feature] Add mypy support to nix builds of pytket (#1138)
* Nix: added pyi interface files to pytket output, and added mypy checks on pytket and the tests into the checkPhase of the pytket nix derivation. Added result directory to .gitignore incase anyone runs nix build in the source directory. * Removed unnecessary print statement from setup.py in nix builds * Added space between loops in setup.py to keep the linter happy * Additional lint fix --------- Co-authored-by: Alec Edgington <54802828+cqc-alec@users.noreply.github.com>
- Loading branch information
1 parent
49db4be
commit 8d84e19
Showing
3 changed files
with
14 additions
and
0 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 |
---|---|---|
|
@@ -31,3 +31,6 @@ pytket/tests/qasm_test_files/testout6.qasm | |
# IDEs | ||
.idea | ||
.vscode | ||
|
||
#nix | ||
result |
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