Skip to content

feat: adds oauth2 authentication #63

feat: adds oauth2 authentication

feat: adds oauth2 authentication #63

Triggered via pull request April 16, 2025 09:18
@jajeffriesjajeffries
synchronize #40
oauth2
Status Success
Total duration 32s
Artifacts

lint-tests.yml

on: pull_request
Matrix: tests
Fit to window
Zoom out
Zoom in

Annotations

10 errors
Ruff (RET503): netboxlabs/diode/sdk/client.py#L215
netboxlabs/diode/sdk/client.py:215:9: RET503 Missing explicit `return` at the end of function able to return non-`None` value
Ruff (I001): netboxlabs/diode/sdk/ingester.py#L9
netboxlabs/diode/sdk/ingester.py:9:1: I001 Import block is un-sorted or un-formatted
Ruff (I001): tests/test_client.py#L5
tests/test_client.py:5:1: I001 Import block is un-sorted or un-formatted
Ruff (W292): tests/test_client.py#L549
tests/test_client.py:549:67: W292 No newline at end of file
tests (3.10)
Process completed with exit code 1.
Ruff (RET503): netboxlabs/diode/sdk/client.py#L215
netboxlabs/diode/sdk/client.py:215:9: RET503 Missing explicit `return` at the end of function able to return non-`None` value
Ruff (I001): netboxlabs/diode/sdk/ingester.py#L9
netboxlabs/diode/sdk/ingester.py:9:1: I001 Import block is un-sorted or un-formatted
Ruff (I001): tests/test_client.py#L5
tests/test_client.py:5:1: I001 Import block is un-sorted or un-formatted
Ruff (W292): tests/test_client.py#L549
tests/test_client.py:549:67: W292 No newline at end of file
tests (3.11)
Process completed with exit code 1.