Add workflow to run checks for the API and site (#64) #4
reviewdog [mypy] report
reported by reviewdog 🐶
Findings (3)
apps/api/src/routers/saml.py|10 col 1| Skipping analyzing "onelogin.saml2.auth": module is installed, but missing library stubs or py.typed marker [import-untyped]
apps/api/src/routers/saml.py|130 col 12| Incompatible return value type (got "str", expected "RedirectResponse") [return-value]
apps/api/tests/test_saml.py|4 col 1| Skipping analyzing "onelogin.saml2.auth": module is installed, but missing library stubs or py.typed marker [import-untyped]
Filtered Findings (0)
Annotations
Check failure on line 10 in apps/api/src/routers/saml.py
github-actions / mypy
[mypy] apps/api/src/routers/saml.py#L10
Skipping analyzing "onelogin.saml2.auth": module is installed, but missing library stubs or py.typed marker [import-untyped]
Raw output
/home/runner/work/irvinehacks-site-2024/irvinehacks-site-2024/apps/api/src/routers/saml.py:10:1: error: Skipping analyzing "onelogin.saml2.auth": module is installed, but missing library stubs or py.typed marker [import-untyped]
Check failure on line 130 in apps/api/src/routers/saml.py
github-actions / mypy
[mypy] apps/api/src/routers/saml.py#L130
Incompatible return value type (got "str", expected "RedirectResponse") [return-value]
Raw output
/home/runner/work/irvinehacks-site-2024/irvinehacks-site-2024/apps/api/src/routers/saml.py:130:12: error: Incompatible return value type (got "str", expected "RedirectResponse") [return-value]
Check failure on line 4 in apps/api/tests/test_saml.py
github-actions / mypy
[mypy] apps/api/tests/test_saml.py#L4
Skipping analyzing "onelogin.saml2.auth": module is installed, but missing library stubs or py.typed marker [import-untyped]
Raw output
/home/runner/work/irvinehacks-site-2024/irvinehacks-site-2024/apps/api/tests/test_saml.py:4:1: error: Skipping analyzing "onelogin.saml2.auth": module is installed, but missing library stubs or py.typed marker [import-untyped]