Push on main #278
4 new problems found by Qodana Community for Python
Qodana Community for Python
4 new problems were found
Inspection name | Severity | Problems |
---|---|---|
Using equality operators to compare with None |
◽️ Notice | 2 |
Shadowing names from outer scopes |
◽️ Notice | 2 |
💡 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
- 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 74 in src/routers/user.py
github-actions / Qodana Community for Python
Using equality operators to compare with None
Comparison with None performed with equality operators
Check notice on line 104 in src/routers/user.py
github-actions / Qodana Community for Python
Using equality operators to compare with None
Comparison with None performed with equality operators
Check notice on line 146 in packages/manocorp/build/lib/manocorp/testing/docker.py
github-actions / Qodana Community for Python
Shadowing names from outer scopes
Shadows name 'port' from outer scope
Check notice on line 148 in packages/manocorp/manocorp/testing/docker.py
github-actions / Qodana Community for Python
Shadowing names from outer scopes
Shadows name 'port' from outer scope