Annotations
10 errors and 1 warning
|
Ruff (E711):
micropython/ftespnow/ftespnow-client/ftespnow/client.py#L176
micropython/ftespnow/ftespnow-client/ftespnow/client.py:176:24: E711 Comparison to `None` should be `cond is None`
|
|
Ruff (E701):
micropython/ftespnow/ftespnow-client/ftespnow/client.py#L172
micropython/ftespnow/ftespnow-client/ftespnow/client.py:172:38: E701 Multiple statements on one line (colon)
|
|
Ruff (E701):
micropython/ftespnow/ftespnow-client/ftespnow/client.py#L130
micropython/ftespnow/ftespnow-client/ftespnow/client.py:130:35: E701 Multiple statements on one line (colon)
|
|
Ruff (E701):
micropython/ftespnow/ftespnow-client/ftespnow/client.py#L128
micropython/ftespnow/ftespnow-client/ftespnow/client.py:128:28: E701 Multiple statements on one line (colon)
|
|
Ruff (E711):
micropython/ftespnow/ftespnow-client/ftespnow/client.py#L128
micropython/ftespnow/ftespnow-client/ftespnow/client.py:128:24: E711 Comparison to `None` should be `cond is None`
|
|
Ruff (E701):
micropython/ftespnow/ftespnow-client/ftespnow/client.py#L124
micropython/ftespnow/ftespnow-client/ftespnow/client.py:124:37: E701 Multiple statements on one line (colon)
|
|
Ruff (W291):
micropython/ftespnow/ftespnow-client/ftespnow/client.py#L91
micropython/ftespnow/ftespnow-client/ftespnow/client.py:91:52: W291 Trailing whitespace
|
|
Ruff (E701):
micropython/ftespnow/ftespnow-client/ftespnow/client.py#L47
micropython/ftespnow/ftespnow-client/ftespnow/client.py:47:31: E701 Multiple statements on one line (colon)
|
|
Ruff (E711):
micropython/ftespnow/ftespnow-client/ftespnow/client.py#L47
micropython/ftespnow/ftespnow-client/ftespnow/client.py:47:27: E711 Comparison to `None` should be `cond is None`
|
|
Ruff (W293):
micropython/ftespnow/ftespnow-client/ftespnow/client.py#L32
micropython/ftespnow/ftespnow-client/ftespnow/client.py:32:1: W293 Blank line contains whitespace
|
|
ruff
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/checkout@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|