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

Fix type errors and turn on type checking in CI #28

Open
paulmelnikow opened this issue Jul 22, 2023 · 0 comments
Open

Fix type errors and turn on type checking in CI #28

paulmelnikow opened this issue Jul 22, 2023 · 0 comments

Comments

@paulmelnikow
Copy link
Contributor

paulmelnikow commented Jul 22, 2023

missouri/numpylib.py:29: error: Module has no attribute "bool8"  [attr-defined]
missouri/coding.py:20: error: Function is missing a type annotation  [no-untyped-def]
missouri/coding.py:29: error: Need type annotation for "method_list" (hint: "method_list: List[<type>] = ...")  [var-annotated]
missouri/coding.py:78: error: Call to untyped function "register" in typed context  [no-untyped-call]
missouri/coding.py:79: error: Call to untyped function "register" in typed context  [no-untyped-call]
missouri/coding.py:119: error: Call to untyped function "register" in typed context  [no-untyped-call]
missouri/coding.py:120: error: Call to untyped function "register" in typed context  [no-untyped-call]
missouri/test_json.py:40: error: Function is missing a type annotation for one or more arguments  [no-untyped-def]
missouri/test_json.py:48: error: Function is missing a type annotation for one or more arguments  [no-untyped-def]
missouri/test_json.py:70: error: Function is missing a type annotation for one or more arguments  [no-untyped-def]
missouri/test_json.py:78: error: Function is missing a type annotation for one or more arguments  [no-untyped-def]
missouri/test_json.py:154: error: Function is missing a return type annotation  [no-untyped-def]
missouri/test_json.py:161: error: Function is missing a type annotation  [no-untyped-def]
missouri/test_json.py:172: error: Function is missing a type annotation  [no-untyped-def]
missouri/test_json.py:180: error: Function is missing a return type annotation  [no-untyped-def]
missouri/test_json.py:187: error: Function is missing a type annotation  [no-untyped-def]
missouri/test_json.py:198: error: Function is missing a return type annotation  [no-untyped-def]
missouri/test_json.py:198: note: Use "-> None" if function does not return a value
missouri/test_json.py:206: error: Function is missing a return type annotation  [no-untyped-def]
missouri/test_json.py:206: note: Use "-> None" if function does not return a value
missouri/test_json.py:217: error: Function is missing a type annotation  [no-untyped-def]
missouri/test_json.py:228: error: Function is missing a type annotation  [no-untyped-def]
missouri/test_json.py:241: error: Function is missing a return type annotation  [no-untyped-def]
missouri/test_json.py:241: note: Use "-> None" if function does not return a value
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

1 participant