Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

release v0.6.0 #109

Merged
merged 412 commits into from
Feb 20, 2024

feat: release v0.6.0

749a519
Select commit
Loading
Failed to load commit list.
Sign in for the full log view
Merged

release v0.6.0 #109

feat: release v0.6.0
749a519
Select commit
Loading
Failed to load commit list.
GitHub Actions / Qodana Community for Python completed Feb 20, 2024 in 0s

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

Details

This result was published with Qodana GitHub Action

Annotations

Check notice on line 2031 in versioneer.py

See this annotation in the file changed.

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

See this annotation in the file changed.

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

See this annotation in the file changed.

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

See this annotation in the file changed.

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

See this annotation in the file changed.

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

See this annotation in the file changed.

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

See this annotation in the file changed.

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

See this annotation in the file changed.

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

See this annotation in the file changed.

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

Incorrect docstring

Unexpected parameter expires_at in docstring

Check notice on line 1219 in mipac/actions/note.py

See this annotation in the file changed.

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

Incorrect docstring

Missing parameter reaction_acceptance in docstring

Check notice on line 1127 in mipac/actions/note.py

See this annotation in the file changed.

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

Incorrect docstring

Missing parameter renote_id in docstring

Check notice on line 274 in mipac/actions/channel.py

See this annotation in the file changed.

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

Incorrect docstring

Unexpected parameter limit in docstring

Check notice on line 40 in mipac/actions/drive/folders.py

See this annotation in the file changed.

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

Incorrect docstring

Unexpected parameter folder_id in docstring

Check notice on line 311 in mipac/actions/antenna.py

See this annotation in the file changed.

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

Incorrect docstring

Missing parameter antenna_id in docstring

Check notice on line 155 in mipac/actions/note.py

See this annotation in the file changed.

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

Incorrect docstring

Missing parameter limit in docstring

Check notice on line 681 in mipac/actions/user.py

See this annotation in the file changed.

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

Incorrect docstring

Missing parameter birthday in docstring

Check notice on line 937 in mipac/actions/user.py

See this annotation in the file changed.

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

Incorrect docstring

Missing parameter user_ids in docstring

Check notice on line 239 in mipac/actions/user.py

See this annotation in the file changed.

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

Incorrect docstring

Missing parameter birthday in docstring

Check notice on line 142 in mipac/actions/antenna.py

See this annotation in the file changed.

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

Incorrect docstring

Missing parameter antenna_id in docstring

Check notice on line 210 in mipac/actions/clip.py

See this annotation in the file changed.

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

Incorrect docstring

Unexpected parameter get_all in docstring

Check notice on line 610 in mipac/actions/note.py

See this annotation in the file changed.

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

Incorrect docstring

Missing parameter reaction_acceptance in docstring

Check notice on line 507 in mipac/actions/note.py

See this annotation in the file changed.

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

Incorrect docstring

Missing parameter renote_id in docstring

Check notice on line 371 in mipac/actions/note.py

See this annotation in the file changed.

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

Incorrect docstring

Missing parameter limit in docstring

Check notice on line 592 in mipac/actions/channel.py

See this annotation in the file changed.

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

Incorrect docstring

Unexpected parameter limit in docstring

Check notice on line 786 in mipac/actions/note.py

See this annotation in the file changed.

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

Incorrect docstring

Missing parameter limit in docstring