issue #8: Adding new workflow #15
Annotations
8 errors and 1 warning
Lint with ruff:
app.py#L27
app.py:27:25: E711 Comparison to `None` should be `cond is None`
|
Lint with ruff:
app.py#L36
app.py:36:25: E711 Comparison to `None` should be `cond is None`
|
Lint with ruff:
app.py#L58
app.py:58:25: E711 Comparison to `None` should be `cond is None`
|
Lint with ruff:
app.py#L61
app.py:61:9: F841 Local variable `otherQuestion` is assigned to but never used
|
Lint with ruff:
app.py#L69
app.py:69:25: E711 Comparison to `None` should be `cond is None`
|
Lint with ruff:
app.py#L88
app.py:88:41: E711 Comparison to `None` should be `cond is not None`
|
Lint with ruff:
app.py#L91
app.py:91:38: E711 Comparison to `None` should be `cond is not None`
|
Lint with ruff
Process completed with exit code 1.
|
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-python@v4. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Loading