v0.0.8 #2
Annotations
8 errors
|
Lint with ruff:
tests/test_main.py#L10
tests/test_main.py:10:9: E722 Do not use bare `except`
|
Lint with ruff:
tests/test_main.py#L12
tests/test_main.py:12:27: E712 Comparison to `True` should be `cond is True` or `if cond:`
|
Lint with ruff:
whatsapp_api_webhook_server_python/webhooks.py#L9
whatsapp_api_webhook_server_python/webhooks.py:9:9: E722 Do not use bare `except`
|
Lint with ruff:
whatsapp_api_webhook_server_python/webhooksHandler.py#L11
whatsapp_api_webhook_server_python/webhooksHandler.py:11:22: E711 Comparison to `None` should be `cond is not None`
|
Lint with ruff:
whatsapp_api_webhook_server_python/webhooksHandler.py#L21
whatsapp_api_webhook_server_python/webhooksHandler.py:21:22: E711 Comparison to `None` should be `cond is not None`
|
Lint with ruff:
whatsapp_api_webhook_server_python/webhooksHandler.py#L28
whatsapp_api_webhook_server_python/webhooksHandler.py:28:22: E711 Comparison to `None` should be `cond is not None`
|
Lint with ruff
Process completed with exit code 1.
|
The logs for this run have expired and are no longer available.
Loading