Feat/cache queries #37
Annotations
13 errors
Ruff (RUF012):
src/plexosdb/sqlite.py#L30
src/plexosdb/sqlite.py:30:36: RUF012 Mutable class attributes should be annotated with `typing.ClassVar`
|
Ruff (D400):
src/plexosdb/sqlite.py#L1055
src/plexosdb/sqlite.py:1055:9: D400 First line should end with a period
|
Ruff (D202):
src/plexosdb/sqlite.py#L1055
src/plexosdb/sqlite.py:1055:9: D202 No blank lines allowed after function docstring (found 1)
|
Ruff (D411):
src/plexosdb/sqlite.py#L1057
src/plexosdb/sqlite.py:1057:9: D411 Missing blank line before section ("Parameters")
|
ruff
Process completed with exit code 1.
|
pytest (3.11, ubuntu-latest)
Process completed with exit code 1.
|
pytest (3.12, windows-latest)
The job was canceled because "_3_11_ubuntu-latest" failed.
|
pytest (3.12, windows-latest)
The operation was canceled.
|
pytest (3.11, windows-latest)
The job was canceled because "_3_11_ubuntu-latest" failed.
|
pytest (3.11, windows-latest)
The operation was canceled.
|
pytest (3.12, ubuntu-latest)
The job was canceled because "_3_11_ubuntu-latest" failed.
|
pytest (3.12, ubuntu-latest)
The operation was canceled.
|
pre-commit
Process completed with exit code 1.
|