This repository has been archived by the owner on May 13, 2024. It is now read-only.
Ruff config #364
Annotations
11 errors
Ruff (ARG001):
app/timed/conftest.py#L29
timed/conftest.py:29:15: ARG001 Unused function argument: `db`
|
Ruff (ARG001):
app/timed/conftest.py#L41
timed/conftest.py:41:16: ARG001 Unused function argument: `db`
|
Ruff (ARG001):
app/timed/conftest.py#L53
timed/conftest.py:53:21: ARG001 Unused function argument: `db`
|
Ruff (ARG001):
app/timed/conftest.py#L65
timed/conftest.py:65:23: ARG001 Unused function argument: `db`
|
Ruff (ARG001):
app/timed/conftest.py#L79
timed/conftest.py:79:23: ARG001 Unused function argument: `db`
|
Ruff (DJ008):
app/timed/employment/models.py#L119
timed/employment/models.py:119:7: DJ008 Model does not define `__str__` method
|
Ruff (DJ008):
app/timed/employment/models.py#L142
timed/employment/models.py:142:7: DJ008 Model does not define `__str__` method
|
Ruff (ARG001):
app/timed/employment/tests/test_location.py#L20
timed/employment/tests/test_location.py:20:76: ARG001 Unused function argument: `location`
|
Ruff (DJ001):
app/timed/projects/models.py#L23
timed/projects/models.py:23:17: DJ001 Avoid using `null=True` on string-based fields such as `CharField`
|
Ruff (DJ001):
app/timed/projects/models.py#L52
timed/projects/models.py:52:17: DJ001 Avoid using `null=True` on string-based fields such as `CharField`
|
test
Process completed with exit code 1.
|