release v0.6.0 #109
release v0.6.0 #109
144 new problems found by Qodana Community for Python
Qodana Community for Python
144 new problems were found
Inspection name | Severity | Problems |
---|---|---|
Invalid type hints definitions and usages |
🔶 Warning | 56 |
Missed call to '__init__' of the super class |
🔶 Warning | 3 |
Redeclared names without usages |
🔶 Warning | 1 |
Accessing a protected member of a class or a module |
◽️ Notice | 41 |
Incorrect docstring |
◽️ Notice | 16 |
PEP 8 naming convention violation |
◽️ Notice | 11 |
Unused local symbols |
◽️ Notice | 8 |
Shadowing names from outer scopes |
◽️ Notice | 4 |
An instance attribute is defined outside init`` |
◽️ Notice | 1 |
Class has no init method |
◽️ Notice | 1 |
Non-optimal list declaration |
◽️ Notice | 1 |
Method is not declared static |
◽️ 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 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 2031 in versioneer.py
github-actions / Qodana Community for Python
An instance attribute is defined outside `__init__`
Instance attribute _versioneer_generated_versions defined outside __init__
Check notice on line 34 in mipac/utils/auth.py
github-actions / Qodana Community for Python
An instance attribute is defined outside `__init__`
Instance attribute session defined outside __init__
Check notice on line 332 in versioneer.py
github-actions / Qodana Community for Python
Class has no `__init__` method
Class has no __init__ method
Check notice on line 35 in mipac/_version.py
github-actions / Qodana Community for Python
Class has no `__init__` method
Class has no __init__ method
Check notice on line 6 in mipac/config.py
github-actions / Qodana Community for Python
Class has no `__init__` method
Class has no __init__ method
Check notice on line 21 in mipac/utils/util.py
github-actions / Qodana Community for Python
Class has no `__init__` method
Class has no __init__ method
Check notice on line 272 in mipac/_version.py
github-actions / Qodana Community for Python
Dictionary creation can be rewritten by dictionary literal
This dictionary creation could be rewritten as a dictionary literal
Check notice on line 1268 in versioneer.py
github-actions / Qodana Community for Python
Dictionary creation can be rewritten by dictionary literal
This dictionary creation could be rewritten as a dictionary literal
Check notice on line 114 in mipac/actions/admins/roles.py
github-actions / Qodana Community for Python
Incorrect docstring
Unexpected parameter expires_at in docstring
Check notice on line 1219 in mipac/actions/note.py
github-actions / Qodana Community for Python
Incorrect docstring
Missing parameter reaction_acceptance in docstring
Check notice on line 1127 in mipac/actions/note.py
github-actions / Qodana Community for Python
Incorrect docstring
Missing parameter renote_id in docstring
Check notice on line 274 in mipac/actions/channel.py
github-actions / Qodana Community for Python
Incorrect docstring
Unexpected parameter limit in docstring
Check notice on line 40 in mipac/actions/drive/folders.py
github-actions / Qodana Community for Python
Incorrect docstring
Unexpected parameter folder_id in docstring
Check notice on line 311 in mipac/actions/antenna.py
github-actions / Qodana Community for Python
Incorrect docstring
Missing parameter antenna_id in docstring
Check notice on line 155 in mipac/actions/note.py
github-actions / Qodana Community for Python
Incorrect docstring
Missing parameter limit in docstring
Check notice on line 681 in mipac/actions/user.py
github-actions / Qodana Community for Python
Incorrect docstring
Missing parameter birthday in docstring
Check notice on line 937 in mipac/actions/user.py
github-actions / Qodana Community for Python
Incorrect docstring
Missing parameter user_ids in docstring
Check notice on line 239 in mipac/actions/user.py
github-actions / Qodana Community for Python
Incorrect docstring
Missing parameter birthday in docstring
Check notice on line 142 in mipac/actions/antenna.py
github-actions / Qodana Community for Python
Incorrect docstring
Missing parameter antenna_id in docstring
Check notice on line 210 in mipac/actions/clip.py
github-actions / Qodana Community for Python
Incorrect docstring
Unexpected parameter get_all in docstring
Check notice on line 610 in mipac/actions/note.py
github-actions / Qodana Community for Python
Incorrect docstring
Missing parameter reaction_acceptance in docstring
Check notice on line 507 in mipac/actions/note.py
github-actions / Qodana Community for Python
Incorrect docstring
Missing parameter renote_id in docstring
Check notice on line 371 in mipac/actions/note.py
github-actions / Qodana Community for Python
Incorrect docstring
Missing parameter limit in docstring
Check notice on line 592 in mipac/actions/channel.py
github-actions / Qodana Community for Python
Incorrect docstring
Unexpected parameter limit in docstring
Check notice on line 786 in mipac/actions/note.py
github-actions / Qodana Community for Python
Incorrect docstring
Missing parameter limit in docstring