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]
- Or via our issue tracker: https://jb.gg/qodana-issue
- Or share your feedback: https://jb.gg/qodana-discussions
Details
This result was published with Qodana GitHub Action
Annotations
Check notice on line 64 in custom_components/powercalc/power_profile/power_profile.py
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
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
github-actions / Qodana Community for Python
Incorrect type
Expected type 'None', got '(user_input: Any) -\> Any' instead