typo fixed #1
Annotations
51 errors and 1 warning
app/gemini_analyzer.py#L2
'typing.TypedDict' imported but unused (F401)
|
app/gemini_analyzer.py#L4
Block comment should start with '# ' (E265)
|
app/gemini_analyzer.py#L7
F-string is missing placeholders (F541)
|
app/gemini_analyzer.py#L11
Indentation is not a multiple of 4 (E111)
|
app/gemini_analyzer.py#L12
Indentation is not a multiple of 4 (E111)
|
app/gemini_analyzer.py#L12
At least two spaces before inline comment (E261)
|
app/gemini_analyzer.py#L12
Inline comment should start with '# ' (E262)
|
app/gemini_analyzer.py#L12
Line too long (87 > 79 characters) (E501)
|
app/gemini_analyzer.py#L14
Indentation is not a multiple of 4 (E111)
|
app/gemini_analyzer.py#L15
Indentation is not a multiple of 4 (E111)
|
app/gemini_analyzer.py#L16
Indentation is not a multiple of 4 (E111)
|
app/gemini_analyzer.py#L23
Indentation is not a multiple of 4 (E111)
|
app/gemini_analyzer.py#L23
Line too long (82 > 79 characters) (E501)
|
app/gemini_analyzer.py#L24
Indentation is not a multiple of 4 (E111)
|
app/gemini_analyzer.py#L25
Indentation is not a multiple of 4 (E111)
|
app/gemini_analyzer.py#L26
Indentation is not a multiple of 4 (E111)
|
app/gemini_analyzer.py#L27
Indentation is not a multiple of 4 (E111)
|
app/gemini_analyzer.py#L29
Indentation is not a multiple of 4 (E111)
|
app/gemini_analyzer.py#L30
Indentation is not a multiple of 4 (E111)
|
app/gemini_analyzer.py#L31
Line too long (93 > 79 characters) (E501)
|
app/gemini_analyzer.py#L33
Indentation is not a multiple of 4 (E111)
|
app/gemini_analyzer.py#L34
Line too long (113 > 79 characters) (E501)
|
app/gemini_analyzer.py#L43
Line too long (83 > 79 characters) (E501)
|
app/gemini_analyzer.py#L44
Line too long (90 > 79 characters) (E501)
|
app/gemini_analyzer.py#L51
Line too long (89 > 79 characters) (E501)
|
app/gemini_analyzer.py#L53
Line too long (89 > 79 characters) (E501)
|
app/gemini_analyzer.py#L55
Block comment should start with '# ' (E265)
|
app/gemini_analyzer.py#L57
Blank line contains whitespace (W293)
|
app/gemini_analyzer.py#L58
Indentation is not a multiple of 4 (E111)
|
app/gemini_analyzer.py#L60
No newline at end of file (W292)
|
app/gemini_config.py#L1
'os' imported but unused (F401)
|
app/gemini_config.py#L4
Expected 2 blank lines, found 0 (E302)
|
app/gemini_config.py#L9
Trailing whitespace (W291)
|
app/gemini_config.py#L10
At least two spaces before inline comment (E261)
|
app/gemini_config.py#L10
Inline comment should start with '# ' (E262)
|
app/gemini_config.py#L10
Line too long (93 > 79 characters) (E501)
|
app/gemini_config.py#L12
Line too long (105 > 79 characters) (E501)
|
app/gemini_config.py#L16
Trailing whitespace (W291)
|
app/gemini_config.py#L18
Blank line contains whitespace (W293)
|
app/gemini_config.py#L19
Expected 2 blank lines, found 1 (E302)
|
app/gemini_config.py#L25
Blank line contains whitespace (W293)
|
app/gemini_wrapper.py#L5
Expected 2 blank lines, found 1 (E302)
|
app/gemini_wrapper.py#L15
Expected 2 blank lines after class or function definition, found 1 (E305)
|
examples/class.py#L6
Blank line contains whitespace (W293)
|
examples/class.py#L10
Expected 2 blank lines after class or function definition, found 1 (E305)
|
examples/greet.py#L2
Indentation is not a multiple of 4 (E111)
|
examples/greet.py#L4
Indentation is not a multiple of 4 (E111)
|
examples/greet.py#L6
Expected 2 blank lines after class or function definition, found 1 (E305)
|
examples/sum.py#L1
Multiple spaces after keyword (E271)
|
examples/sum.py#L1
Whitespace after '(' (E201)
|
Run Linters
Process completed with exit code 2.
|
Run Linters
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/checkout@v3, actions/setup-python@v4, wearerequired/lint-action@v2. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|