Skip to content

fix: forward to post library step

Sign in for the full log view
GitHub Actions / Qodana Community for Python completed Jan 1, 2025 in 0s

3 new problems found by Qodana Community for Python

Qodana Community for Python

3 new problems were found

Inspection name Severity Problems
Incorrect type 🔶 Warning 1
Class has no init method ◽️ Notice 1
Shadowing names from outer scopes ◽️ 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 [email protected]

Details

This result was published with Qodana GitHub Action

Annotations

Check notice on line 64 in custom_components/powercalc/power_profile/power_profile.py

See this annotation in the file changed.

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

Class has no `__init__` method

Class has no __init__ method

Check notice on line 1102 in custom_components/powercalc/config_flow.py

See this annotation in the file changed.

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

Shadowing names from outer scopes

Shadows name 'user_input' from outer scope

Check warning on line 1018 in custom_components/powercalc/config_flow.py

See this annotation in the file changed.

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

Incorrect type

Expected type 'None', got '(user_input: Any) -\> Any' instead