branchmanager #432
829 new problems found by Qodana Community for Python
Qodana Community for Python
829 new problems were found
Inspection name | Severity | Problems |
---|---|---|
Invalid type hints definitions and usages |
🔶 Warning | 79 |
Incorrect type |
🔶 Warning | 42 |
Unbound local variables |
🔶 Warning | 29 |
Attempt to call a non-callable object |
🔶 Warning | 23 |
Incorrect call arguments |
🔶 Warning | 17 |
Inappropriate access to properties |
🔶 Warning | 1 |
Accessing a protected member of a class or a module |
◽️ Notice | 258 |
PEP 8 naming convention violation |
◽️ Notice | 254 |
Shadowing names from outer scopes |
◽️ Notice | 66 |
An instance attribute is defined outside init`` |
◽️ Notice | 32 |
Class has no init method |
◽️ Notice | 22 |
Unused local symbols |
◽️ Notice | 4 |
Incorrect docstring |
◽️ 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 [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 warning on line 549 in atom/basemodel.py
github-actions / Qodana Community for Python
Incorrect call arguments
Unexpected argument
Check warning on line 1739 in atom/models/classreg.py
github-actions / Qodana Community for Python
Incorrect call arguments
Unexpected argument
Check warning on line 50 in atom/branch/branchmanager.py
github-actions / Qodana Community for Python
Incorrect call arguments
Parameter 'parent' unfilled
Check warning on line 2504 in atom/basemodel.py
github-actions / Qodana Community for Python
Incorrect call arguments
Unexpected argument
Check warning on line 681 in atom/plots/predictionplot.py
github-actions / Qodana Community for Python
Incorrect call arguments
Unexpected argument
Check warning on line 687 in atom/basemodel.py
github-actions / Qodana Community for Python
Incorrect call arguments
Unexpected argument
Check warning on line 687 in atom/basemodel.py
github-actions / Qodana Community for Python
Incorrect call arguments
Unexpected argument
Check warning on line 2795 in atom/basemodel.py
github-actions / Qodana Community for Python
Incorrect call arguments
Unexpected argument
Check warning on line 552 in atom/basemodel.py
github-actions / Qodana Community for Python
Incorrect call arguments
Unexpected argument
Check warning on line 2522 in atom/basemodel.py
github-actions / Qodana Community for Python
Incorrect call arguments
Unexpected argument
Check warning on line 686 in atom/plots/predictionplot.py
github-actions / Qodana Community for Python
Incorrect call arguments
Unexpected argument
Check warning on line 509 in atom/models/classreg.py
github-actions / Qodana Community for Python
Incorrect call arguments
Unexpected argument
Check warning on line 3211 in atom/models/classreg.py
github-actions / Qodana Community for Python
Incorrect call arguments
Unexpected argument
Check warning on line 2487 in atom/basemodel.py
github-actions / Qodana Community for Python
Incorrect call arguments
Unexpected argument
Check warning on line 87 in atom/branch/branchmanager.py
github-actions / Qodana Community for Python
Incorrect call arguments
Parameter 'branch' unfilled
Check warning on line 681 in atom/plots/predictionplot.py
github-actions / Qodana Community for Python
Incorrect call arguments
Unexpected argument
Check warning on line 691 in atom/basemodel.py
github-actions / Qodana Community for Python
Incorrect call arguments
Unexpected argument
Check notice on line 524 in atom/atom.py
github-actions / Qodana Community for Python
An instance attribute is defined outside `__init__`
Instance attribute report defined outside __init__
Check notice on line 102 in atom/branch/branchmanager.py
github-actions / Qodana Community for Python
An instance attribute is defined outside `__init__`
Instance attribute _current defined outside __init__
Check notice on line 194 in atom/basetransformer.py
github-actions / Qodana Community for Python
An instance attribute is defined outside `__init__`
Instance attribute _memory defined outside __init__
Check notice on line 712 in atom/baserunner.py
github-actions / Qodana Community for Python
An instance attribute is defined outside `__init__`
Instance attribute _metric defined outside __init__
Check notice on line 352 in atom/atom.py
github-actions / Qodana Community for Python
An instance attribute is defined outside `__init__`
Instance attribute evalml defined outside __init__
Check notice on line 1859 in atom/basemodel.py
github-actions / Qodana Community for Python
An instance attribute is defined outside `__init__`
Instance attribute cv defined outside __init__
Check notice on line 165 in atom/basetransformer.py
github-actions / Qodana Community for Python
An instance attribute is defined outside `__init__`
Instance attribute _engine defined outside __init__
Check notice on line 87 in atom/pipeline.py
github-actions / Qodana Community for Python
An instance attribute is defined outside `__init__`
Instance attribute _memory_fit defined outside __init__