Skip to content

Push on main

Push on main #278

GitHub Actions / Qodana Community for Python completed Oct 22, 2024 in 0s

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

Details

This result was published with Qodana GitHub Action

Annotations

Check notice on line 74 in src/routers/user.py

See this annotation in the file changed.

@github-actions 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

See this annotation in the file changed.

@github-actions 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

See this annotation in the file changed.

@github-actions 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

See this annotation in the file changed.

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

Shadowing names from outer scopes

Shadows name 'port' from outer scope