Add GHA workflow to run lint and tests #2
Annotations
10 errors
Ruff (I001):
netbox_branching/api/serializers.py#L1
netbox_branching/api/serializers.py:1:1: I001 Import block is un-sorted or un-formatted
|
Ruff (D200):
netbox_branching/api/serializers.py#L43
netbox_branching/api/serializers.py:43:9: D200 One-line docstring should fit on one line
|
Ruff (D200):
netbox_branching/api/serializers.py#L122
netbox_branching/api/serializers.py:122:9: D200 One-line docstring should fit on one line
|
Ruff (I001):
netbox_branching/api/urls.py#L1
netbox_branching/api/urls.py:1:1: I001 Import block is un-sorted or un-formatted
|
Ruff (I001):
netbox_branching/api/views.py#L1
netbox_branching/api/views.py:1:1: I001 Import block is un-sorted or un-formatted
|
Ruff (D200):
netbox_branching/api/views.py#L35
netbox_branching/api/views.py:35:9: D200 One-line docstring should fit on one line
|
Ruff (D200):
netbox_branching/api/views.py#L64
netbox_branching/api/views.py:64:9: D200 One-line docstring should fit on one line
|
Ruff (D200):
netbox_branching/api/views.py#L93
netbox_branching/api/views.py:93:9: D200 One-line docstring should fit on one line
|
Ruff (I001):
netbox_branching/choices.py#L1
netbox_branching/choices.py:1:1: I001 Import block is un-sorted or un-formatted
|
Ruff (I001):
netbox_branching/database.py#L1
netbox_branching/database.py:1:1: I001 Import block is un-sorted or un-formatted
|