Add Gemini-inspired meeting summarizer example #6
Annotations
8 errors
|
ruff
Process completed with exit code 1.
|
|
Ruff (E501):
tests/test_google_gemini_use_case.py#L69
tests/test_google_gemini_use_case.py:69:89: E501 Line too long (89 > 88)
|
|
Ruff (E501):
tests/test_google_gemini_use_case.py#L44
tests/test_google_gemini_use_case.py:44:89: E501 Line too long (90 > 88)
|
|
Ruff (E402):
tests/test_google_gemini_use_case.py#L13
tests/test_google_gemini_use_case.py:13:1: E402 Module level import not at top of file
|
|
Ruff (INP001):
tests/test_google_gemini_use_case.py#L1
tests/test_google_gemini_use_case.py:1:1: INP001 File `tests/test_google_gemini_use_case.py` is part of an implicit namespace package. Add an `__init__.py`.
|
|
Ruff (UP035):
other/google_gemini_use_case.py#L64
other/google_gemini_use_case.py:64:1: UP035 Import from `collections.abc` instead: `Iterable`, `Sequence`
|
|
Ruff (E501):
other/google_gemini_use_case.py#L54
other/google_gemini_use_case.py:54:89: E501 Line too long (174 > 88)
|
|
Ruff (RUF002):
other/google_gemini_use_case.py#L10
other/google_gemini_use_case.py:10:66: RUF002 Docstring contains ambiguous `–` (EN DASH). Did you mean `-` (HYPHEN-MINUS)?
|