Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Initial mypy support #356

Open
wants to merge 24 commits into
base: main
Choose a base branch
from
Open
Changes from 1 commit
Commits
Show all changes
24 commits
Select commit Hold shift + click to select a range
24a6297
Add ignore all mypy config to pyproject.toml
schnellerhase Mar 2, 2025
6d58936
Add py.typed
schnellerhase Mar 2, 2025
367897c
Add mypy check to CI
schnellerhase Mar 2, 2025
aba7a3d
Add mypy to CI dependency
schnellerhase Mar 2, 2025
6ac4a31
Fix mypy error code 'index'
schnellerhase Mar 2, 2025
6993281
Fix mypy error code 'name-defined'
schnellerhase Mar 2, 2025
f887c42
Fix mypy error code 'return-value'
schnellerhase Mar 2, 2025
95c76d5
Fix mypy error code 'has-type'
schnellerhase Mar 2, 2025
35c2d5f
Add types-colorama to typing dependecies
schnellerhase Mar 2, 2025
8d69bd1
Fix mypy error code 'import-untyped'
schnellerhase Mar 2, 2025
ddccf07
Change base class of TensorProductCell to Cell
schnellerhase Mar 2, 2025
28e3e6b
Fix mypy error code 'override'
schnellerhase Mar 2, 2025
7f777aa
Switch to tpying.Tuple
schnellerhase Mar 2, 2025
a036787
Removed unused code
schnellerhase Mar 2, 2025
9ff27d7
Fix mypy error code 'var-annotated'
schnellerhase Mar 2, 2025
e5c95af
Replace typing.Self with older python variant
schnellerhase Mar 2, 2025
9f25a0f
Fix mypy error code 'method-assign'
schnellerhase Mar 2, 2025
c64d047
Fix mypy error code 'import-not-found'
schnellerhase Mar 2, 2025
cdbb08a
Ruff
schnellerhase Mar 2, 2025
4687473
Merge branch 'main' into mypy
schnellerhase Mar 6, 2025
57c69ce
Merge branch 'main' into mypy
jorgensd Mar 7, 2025
ee07111
Merge branch 'main' into mypy
jorgensd Mar 7, 2025
43c292d
Merge branch 'main' into mypy
garth-wells Mar 15, 2025
c559532
Merge branch 'main' into mypy
schnellerhase Mar 21, 2025
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Fix mypy error code 'import-not-found'
schnellerhase committed Mar 2, 2025
commit c64d04731f3993f355f13487758cf9dcefccc55a
1 change: 0 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -90,7 +90,6 @@ disable_error_code = [
"arg-type",
"assignment",
"attr-defined",
"import-not-found",
"misc",
"operator",
"type-var",