110 new problems found by Qodana Community for Python
Qodana Community for Python
14 new problems were found
Inspection name | Severity | Problems |
---|---|---|
Incorrect type |
🔶 Warning | 6 |
Unreachable code |
🔶 Warning | 1 |
PEP 8 coding style violation |
◽️ Notice | 4 |
Unused local symbols |
◽️ Notice | 2 |
Unsatisfied package requirements |
◽️ 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 7 in script.service.hue/resources/lib/huev2.py
github-actions / Qodana Community for Python
Unsatisfied package requirements
Package containing module 'simplejson' is not listed in the project requirements
Check notice on line 90 in script.service.hue/resources/lib/core.py
github-actions / Qodana Community for Python
PEP 8 coding style violation
PEP 8: E266 too many leading '#' for block comment
Check notice on line 97 in script.service.hue/resources/lib/core.py
github-actions / Qodana Community for Python
PEP 8 coding style violation
PEP 8: E303 too many blank lines (2)
Check notice on line 94 in script.service.hue/resources/lib/core.py
github-actions / Qodana Community for Python
PEP 8 coding style violation
PEP 8: E303 too many blank lines (2)
Check notice on line 53 in script.service.hue/resources/lib/huev2.py
github-actions / Qodana Community for Python
PEP 8 coding style violation
PEP 8: E501 line too long (121 \> 120 characters)
Check warning on line 470 in script.service.hue/resources/lib/hueconnection.py
github-actions / Qodana Community for Python
Incorrect type
Expected type 'SupportsIndex \| slice', got 'str' instead
Check warning on line 378 in script.service.hue/resources/lib/hueconnection.py
github-actions / Qodana Community for Python
Incorrect type
Expected type 'SupportsIndex \| slice', got 'str' instead
Check warning on line 477 in script.service.hue/resources/lib/hueconnection.py
github-actions / Qodana Community for Python
Incorrect type
Expected type 'SupportsIndex \| slice', got 'str' instead
Check warning on line 470 in script.service.hue/resources/lib/hueconnection.py
github-actions / Qodana Community for Python
Incorrect type
Expected type 'SupportsIndex \| slice', got 'str' instead
Check warning on line 468 in script.service.hue/resources/lib/hueconnection.py
github-actions / Qodana Community for Python
Incorrect type
Expected type 'SupportsIndex \| slice', got 'str' instead
Check warning on line 470 in script.service.hue/resources/lib/hueconnection.py
github-actions / Qodana Community for Python
Incorrect type
Expected type 'SupportsIndex \| slice', got 'str' instead
Check warning on line 57 in script.service.hue/resources/lib/huev2.py
github-actions / Qodana Community for Python
Unreachable code
This code is unreachable
Check notice on line 17 in script.service.hue/resources/lib/huev2.py
github-actions / Qodana Community for Python
Unused local symbols
Parameter 'discover' value is not used
Check notice on line 91 in script.service.hue/resources/lib/core.py
github-actions / Qodana Community for Python
Unused local symbols
Local variable 'bridge2' value is not used