Skip to content

Merge pull request #32 from TOPIC114/detection #77

Merge pull request #32 from TOPIC114/detection

Merge pull request #32 from TOPIC114/detection #77

GitHub Actions / Qodana Community for Python completed Jun 7, 2024 in 0s

18 new problems found by Qodana Community for Python

Qodana Community for Python

18 new problems were found

Inspection name Severity Problems
Incorrect type 🔶 Warning 13
Shadowing built-in names ◽️ Notice 2
Unused local symbols ◽️ Notice 2
PEP 8 coding style violation ◽️ Notice 1

💡 Qodana analysis was run in the pull request mode: only the changed files were checked
☁️ View the detailed Qodana report

Contact Qodana team

Contact us at qodana-support@jetbrains.com

Details

This result was published with Qodana GitHub Action

Annotations

Check notice on line 29 in src/detect.py

See this annotation in the file changed.

@github-actions github-actions / Qodana Community for Python

PEP 8 coding style violation

PEP 8: E302 expected 2 blank lines, found 1

Check notice on line 70 in src/detect.py

See this annotation in the file changed.

@github-actions github-actions / Qodana Community for Python

Shadowing built-in names

Shadows built-in name 'dict'

Check notice on line 41 in src/detect.py

See this annotation in the file changed.

@github-actions github-actions / Qodana Community for Python

Shadowing built-in names

Shadows built-in name 'dict'

Check warning on line 85 in src/user.py

See this annotation in the file changed.

@github-actions github-actions / Qodana Community for Python

Incorrect type

Expected type 'ColumnElement\[bool\] \| _HasClauseElement\[bool\] \| SQLCoreOperations\[bool\] \| ExpressionElementRole\[bool\] \| () -\> ColumnElement\[bool\] \| LambdaElement', got 'bool' instead

Check warning on line 39 in src/detect.py

See this annotation in the file changed.

@github-actions github-actions / Qodana Community for Python

Incorrect type

Expected type 'bool', got 'float' instead

Check warning on line 104 in src/user.py

See this annotation in the file changed.

@github-actions github-actions / Qodana Community for Python

Incorrect type

Expected type 'SuccessResponse', got 'dict\[str, str\]' instead

Check warning on line 74 in src/recipe.py

See this annotation in the file changed.

@github-actions github-actions / Qodana Community for Python

Incorrect type

Expected type 'RecipeInfoResponse', got 'dict\[str, Any\]' instead

Check warning on line 114 in src/user.py

See this annotation in the file changed.

@github-actions github-actions / Qodana Community for Python

Incorrect type

Expected type 'SuccessResponse', got 'dict\[str, str\]' instead

Check warning on line 88 in src/recipe.py

See this annotation in the file changed.

@github-actions github-actions / Qodana Community for Python

Incorrect type

Expected type 'ColumnElement\[bool\] \| _HasClauseElement\[bool\] \| SQLCoreOperations\[bool\] \| ExpressionElementRole\[bool\] \| () -\> ColumnElement\[bool\] \| LambdaElement', got 'bool' instead

Check warning on line 33 in src/recipe.py

See this annotation in the file changed.

@github-actions github-actions / Qodana Community for Python

Incorrect type

Expected type 'SuccessResponse', got 'dict\[str, str\]' instead

Check warning on line 105 in src/recipe.py

See this annotation in the file changed.

@github-actions github-actions / Qodana Community for Python

Incorrect type

Expected type 'SuccessResponse', got 'dict\[str, str\]' instead

Check warning on line 111 in src/user.py

See this annotation in the file changed.

@github-actions github-actions / Qodana Community for Python

Incorrect type

Expected type 'ColumnElement\[bool\] \| _HasClauseElement\[bool\] \| SQLCoreOperations\[bool\] \| ExpressionElementRole\[bool\] \| () -\> ColumnElement\[bool\] \| LambdaElement', got 'bool' instead

Check warning on line 153 in src/detect.py

See this annotation in the file changed.

@github-actions github-actions / Qodana Community for Python

Incorrect type

Expected type 'ColumnElement\[bool\] \| _HasClauseElement\[bool\] \| SQLCoreOperations\[bool\] \| ExpressionElementRole\[bool\] \| () -\> ColumnElement\[bool\] \| LambdaElement', got 'bool' instead

Check warning on line 78 in src/user.py

See this annotation in the file changed.

@github-actions github-actions / Qodana Community for Python

Incorrect type

Expected type 'UserInfoResponse', got 'dict\[str, Any\]' instead

Check warning on line 68 in src/detect.py

See this annotation in the file changed.

@github-actions github-actions / Qodana Community for Python

Incorrect type

Expected type 'bool', got 'float' instead

Check warning on line 35 in src/user.py

See this annotation in the file changed.

@github-actions github-actions / Qodana Community for Python

Incorrect type

Expected type 'SuccessResponse', got 'dict\[str, str\]' instead

Check notice on line 30 in src/user.py

See this annotation in the file changed.

@github-actions github-actions / Qodana Community for Python

Unused local symbols

Local variable 'e' value is not used

Check notice on line 94 in src/detect.py

See this annotation in the file changed.

@github-actions github-actions / Qodana Community for Python

Unused local symbols

Local variable 'extension' value is not used