feat: adds oauth2 authentication #63
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.
|