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

Mypy test #2501

Closed
wants to merge 1 commit into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
The diff you're trying to view is too large. We only load the first 3000 changed files.
1 change: 1 addition & 0 deletions .mypy_cache/3.12/@plugins_snapshot.json
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{}
1 change: 1 addition & 0 deletions .mypy_cache/3.12/IPython/__init__.data.json
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{".class": "MypyFile", "_fullname": "IPython", "future_import_flags": [], "is_partial_stub_package": false, "is_stub": false, "names": {".class": "SymbolTable", "Application": {".class": "SymbolTableNode", "cross_ref": "traitlets.config.application.Application", "kind": "Gdef", "module_public": false}, "InteractiveShell": {".class": "SymbolTableNode", "cross_ref": "IPython.core.interactiveshell.InteractiveShell", "kind": "Gdef", "module_public": false}, "__all__": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_inferred", "has_explicit_value"], "fullname": "IPython.__all__", "name": "__all__", "type": {".class": "Instance", "args": ["builtins.str"], "type_ref": "builtins.list"}}}, "__annotations__": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "IPython.__annotations__", "name": "__annotations__", "type": {".class": "Instance", "args": ["builtins.str", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "type_ref": "builtins.dict"}}}, "__author__": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_inferred", "has_explicit_value"], "fullname": "IPython.__author__", "name": "__author__", "type": "builtins.str"}}, "__doc__": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "IPython.__doc__", "name": "__doc__", "type": "builtins.str"}}, "__file__": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "IPython.__file__", "name": "__file__", "type": "builtins.str"}}, "__license__": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_inferred", "has_explicit_value"], "fullname": "IPython.__license__", "name": "__license__", "type": "builtins.str"}}, "__name__": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "IPython.__name__", "name": "__name__", "type": "builtins.str"}}, "__package__": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "IPython.__package__", "name": "__package__", "type": "builtins.str"}}, "__patched_cves__": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_inferred", "has_explicit_value"], "fullname": "IPython.__patched_cves__", "name": "__patched_cves__", "type": {".class": "Instance", "args": ["builtins.str"], "type_ref": "builtins.set"}}}, "__path__": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "IPython.__path__", "name": "__path__", "type": {".class": "Instance", "args": ["builtins.str"], "type_ref": "builtins.list"}}}, "__version__": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_inferred", "has_explicit_value"], "fullname": "IPython.__version__", "name": "__version__", "type": "builtins.str"}}, "embed": {".class": "SymbolTableNode", "cross_ref": "IPython.terminal.embed.embed", "kind": "Gdef"}, "embed_kernel": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "abstract_status": 0, "arg_kinds": [1, 1, 4], "arg_names": ["module", "local_ns", "kwargs"], "flags": [], "fullname": "IPython.embed_kernel", "name": "embed_kernel", "type": null}}, "extract_module_locals": {".class": "SymbolTableNode", "cross_ref": "IPython.utils.frame.extract_module_locals", "kind": "Gdef", "module_public": false}, "get_ipython": {".class": "SymbolTableNode", "cross_ref": "IPython.core.getipython.get_ipython", "kind": "Gdef", "module_public": false}, "release": {".class": "SymbolTableNode", "cross_ref": "IPython.core.release", "kind": "Gdef", "module_public": false}, "start_ipython": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "abstract_status": 0, "arg_kinds": [1, 4], "arg_names": ["argv", "kwargs"], "flags": [], "fullname": "IPython.start_ipython", "name": "start_ipython", "type": null}}, "start_kernel": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "abstract_status": 0, "arg_kinds": [1, 4], "arg_names": ["argv", "kwargs"], "flags": [], "fullname": "IPython.start_kernel", "name": "start_kernel", "type": null}}, "sys": {".class": "SymbolTableNode", "cross_ref": "sys", "kind": "Gdef", "module_public": false}, "sys_info": {".class": "SymbolTableNode", "cross_ref": "IPython.utils.sysinfo.sys_info", "kind": "Gdef", "module_public": false}, "version_info": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_inferred", "has_explicit_value"], "fullname": "IPython.version_info", "name": "version_info", "type": {".class": "TupleType", "implicit": false, "items": ["builtins.int", "builtins.int", "builtins.int", "builtins.str"], "partial_fallback": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "type_ref": "builtins.tuple"}}}}}, "path": "/home/purva/anaconda3/envs/mitiq_env/lib/python3.12/site-packages/IPython/__init__.py"}
1 change: 1 addition & 0 deletions .mypy_cache/3.12/IPython/__init__.meta.json
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{"data_mtime": 1726064025, "dep_lines": [52, 53, 54, 55, 57, 58, 59, 129, 53, 101, 162, 22, 155, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1], "dep_prios": [5, 10, 5, 5, 5, 5, 5, 20, 20, 20, 20, 10, 20, 5, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 30, 30, 30, 30, 30, 30, 30, 30], "dependencies": ["IPython.core.getipython", "IPython.core.release", "IPython.core.application", "IPython.terminal.embed", "IPython.core.interactiveshell", "IPython.utils.sysinfo", "IPython.utils.frame", "IPython.terminal.ipapp", "IPython.core", "ipykernel.embed", "ipykernel.kernelapp", "sys", "warnings", "builtins", "os", "traceback", "re", "functools", "inspect", "traitlets.utils.warnings", "pyexpat.errors", "itertools", "pyexpat.model", "logging", "collections", "string", "copy", "typing", "pprint", "glob", "types", "ruamel", "html", "json", "IPython.utils", "_typeshed", "_warnings", "abc", "ipykernel", "traitlets", "traitlets.config", "traitlets.config.application"], "hash": "906b99100f3ed86330d4e5139664feadd1afbd547aacdbd0b598a7155d344f10", "id": "IPython", "ignore_all": true, "interface_hash": "13f46d981d76a8fc34eb8879b7010da802f484e1a50c899ecb59dd7dd0c1d4c2", "mtime": 1725978563, "options": {"allow_redefinition": false, "allow_untyped_globals": false, "always_false": [], "always_true": [], "bazel": false, "check_untyped_defs": true, "disable_bytearray_promotion": false, "disable_error_code": [], "disable_memoryview_promotion": false, "disabled_error_codes": [], "disallow_any_decorated": false, "disallow_any_explicit": false, "disallow_any_expr": false, "disallow_any_generics": true, "disallow_any_unimported": false, "disallow_incomplete_defs": true, "disallow_subclassing_any": true, "disallow_untyped_calls": false, "disallow_untyped_decorators": false, "disallow_untyped_defs": true, "enable_error_code": [], "enabled_error_codes": [], "follow_imports": "normal", "follow_imports_for_stubs": false, "ignore_errors": false, "ignore_missing_imports": true, "implicit_optional": false, "implicit_reexport": true, "local_partial_types": false, "mypyc": false, "platform": "linux", "plugins": [], "strict_concatenate": false, "strict_equality": false, "strict_optional": true, "warn_no_return": true, "warn_return_any": false, "warn_unreachable": false, "warn_unused_ignores": false}, "path": "/home/purva/anaconda3/envs/mitiq_env/lib/python3.12/site-packages/IPython/__init__.py", "plugin_data": null, "size": 6615, "suppressed": [], "version_id": "1.0.0"}
1 change: 1 addition & 0 deletions .mypy_cache/3.12/IPython/core/__init__.data.json
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{".class": "MypyFile", "_fullname": "IPython.core", "future_import_flags": [], "is_partial_stub_package": false, "is_stub": false, "names": {".class": "SymbolTable", "__annotations__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "IPython.core.__annotations__", "name": "__annotations__", "type": {".class": "Instance", "args": ["builtins.str", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "type_ref": "builtins.dict"}}}, "__doc__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "IPython.core.__doc__", "name": "__doc__", "type": "builtins.str"}}, "__file__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "IPython.core.__file__", "name": "__file__", "type": "builtins.str"}}, "__name__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "IPython.core.__name__", "name": "__name__", "type": "builtins.str"}}, "__package__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "IPython.core.__package__", "name": "__package__", "type": "builtins.str"}}, "__path__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "IPython.core.__path__", "name": "__path__", "type": {".class": "Instance", "args": ["builtins.str"], "type_ref": "builtins.list"}}}}, "path": "/home/purva/anaconda3/envs/mitiq_env/lib/python3.12/site-packages/IPython/core/__init__.py"}
1 change: 1 addition & 0 deletions .mypy_cache/3.12/IPython/core/__init__.meta.json
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{"data_mtime": 1726063980, "dep_lines": [1, 1, 1], "dep_prios": [5, 30, 30], "dependencies": ["builtins", "abc", "typing"], "hash": "e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855", "id": "IPython.core", "ignore_all": true, "interface_hash": "8d95bb447ee666fbe568db4061a243c85196f82bc80c9a9ba0b44e868f459c79", "mtime": 1725978563, "options": {"allow_redefinition": false, "allow_untyped_globals": false, "always_false": [], "always_true": [], "bazel": false, "check_untyped_defs": true, "disable_bytearray_promotion": false, "disable_error_code": [], "disable_memoryview_promotion": false, "disabled_error_codes": [], "disallow_any_decorated": false, "disallow_any_explicit": false, "disallow_any_expr": false, "disallow_any_generics": true, "disallow_any_unimported": false, "disallow_incomplete_defs": true, "disallow_subclassing_any": true, "disallow_untyped_calls": false, "disallow_untyped_decorators": false, "disallow_untyped_defs": true, "enable_error_code": [], "enabled_error_codes": [], "follow_imports": "normal", "follow_imports_for_stubs": false, "ignore_errors": false, "ignore_missing_imports": true, "implicit_optional": false, "implicit_reexport": true, "local_partial_types": false, "mypyc": false, "platform": "linux", "plugins": [], "strict_concatenate": false, "strict_equality": false, "strict_optional": true, "warn_no_return": true, "warn_return_any": false, "warn_unreachable": false, "warn_unused_ignores": false}, "path": "/home/purva/anaconda3/envs/mitiq_env/lib/python3.12/site-packages/IPython/core/__init__.py", "plugin_data": null, "size": 0, "suppressed": [], "version_id": "1.0.0"}
Loading