Add CI, autofixes, and checks configurations #10
Annotations
10 errors
pyright (ubuntu-latest):
canopeum_backend/canopeum_backend/urls.py#L5
Import "canopeum_backend.canopeum_backend" could not be resolved (reportMissingImports)
|
pyright (ubuntu-latest):
canopeum_backend/canopeum_backend/views.py#L12
Import "canopeum_backend.canopeum_backend.models" could not be resolved (reportMissingImports)
|
pyright (ubuntu-latest):
canopeum_backend/canopeum_backend/views.py#L13
Import "canopeum_backend.canopeum_backend.serializers" could not be resolved (reportMissingImports)
|
pyright (ubuntu-latest)
3 errors
|
mypy (ubuntu-latest)
Process completed with exit code 1.
|
mypy (windows-latest)
Process completed with exit code 1.
|
pyright (windows-latest):
canopeum_backend/canopeum_backend/urls.py#L5
Import "canopeum_backend.canopeum_backend" could not be resolved (reportMissingImports)
|
pyright (windows-latest):
canopeum_backend/canopeum_backend/views.py#L12
Import "canopeum_backend.canopeum_backend.models" could not be resolved (reportMissingImports)
|
pyright (windows-latest):
canopeum_backend/canopeum_backend/views.py#L13
Import "canopeum_backend.canopeum_backend.serializers" could not be resolved (reportMissingImports)
|
pyright (windows-latest)
3 errors
|