Manual codestyle fixes #1601
build-and-release.yaml
on: push
static-code-analysis
16s
Matrix: build
Annotations
10 errors
Ruff (PLW1508):
bin/inbox-start.py#L92
bin/inbox-start.py:92:64: PLW1508 Invalid type for environment variable default; expected `str` or `None`
|
Ruff (PLC0206):
bin/mysql-prompt.py#L54
bin/mysql-prompt.py:54:5: PLC0206 Extracting value from dictionary without calling `.items()`
|
Ruff (PLW1508):
bin/syncback-service.py#L67
bin/syncback-service.py:67:64: PLW1508 Invalid type for environment variable default; expected `str` or `None`
|
Ruff (T201):
inbox/api/err.py#L29
inbox/api/err.py:29:9: T201 `print` found
|
Ruff (T201):
inbox/api/err.py#L31
inbox/api/err.py:31:9: T201 `print` found
|
Ruff (PLC0206):
inbox/api/validation.py#L423
inbox/api/validation.py:423:5: PLC0206 Extracting value from dictionary without calling `.items()`
|
Ruff (T201):
inbox/api/wsgi.py#L17
inbox/api/wsgi.py:17:9: T201 `print` found
|
Ruff (T201):
inbox/auth/google.py#L93
inbox/auth/google.py:93:9: T201 `print` found
|
Ruff (T201):
inbox/auth/google.py#L94
inbox/auth/google.py:94:9: T201 `print` found
|
Ruff (T201):
inbox/auth/google.py#L111
inbox/auth/google.py:111:17: T201 `print` found
|