Skip to content

add docstring check #471

add docstring check

add docstring check #471

GitHub Actions / Qodana Community for Python completed Nov 30, 2023 in 0s

786 new problems found by Qodana Community for Python

Qodana Community for Python

786 new problems were found

Inspection name Severity Problems
Invalid type hints definitions and usages 🔶 Warning 59
Unbound local variables 🔶 Warning 36
Attempt to call a non-callable object 🔶 Warning 16
Redeclared names without usages 🔶 Warning 8
Incorrect call arguments 🔶 Warning 4
Incorrect property definition 🔶 Warning 1
Incorrect type 🔶 Warning 1
Accessing a protected member of a class or a module ◽️ Notice 259
PEP 8 naming convention violation ◽️ Notice 249
An instance attribute is defined outside init`` ◽️ Notice 56
Unused local symbols ◽️ Notice 43
Shadowing names from outer scopes ◽️ Notice 41
Class has no init method ◽️ Notice 12
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]

Details

This result was published with Qodana GitHub Action

Annotations

Check warning on line 146 in atom/atom.py

See this annotation in the file changed.

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

Incorrect call arguments

Expected an iterable, got DataContainer

Check warning on line 72 in atom/training.py

See this annotation in the file changed.

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

Incorrect call arguments

Expected an iterable, got DataContainer

Check warning on line 118 in atom/training.py

See this annotation in the file changed.

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

Incorrect call arguments

Expected an iterable, got DataContainer

Check warning on line 200 in atom/training.py

See this annotation in the file changed.

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

Incorrect call arguments

Expected an iterable, got DataContainer

Check notice on line 751 in atom/data_cleaning.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 mapping_ defined outside __init__

Check notice on line 507 in atom/feature_engineering.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 gfg_ defined outside __init__

Check notice on line 406 in atom/ensembles.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 _label_encoder defined outside __init__

Check notice on line 1256 in atom/feature_engineering.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 collinear_ defined outside __init__

Check notice on line 427 in atom/data_cleaning.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 _counts defined outside __init__

Check notice on line 326 in atom/basetransformer.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 _random_state defined outside __init__

Check notice on line 1103 in atom/baserunner.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 _metric defined outside __init__

Check notice on line 1216 in atom/data_cleaning.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 _labels defined outside __init__

Check notice on line 202 in atom/basetransformer.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 _verbose defined outside __init__

Check notice on line 2272 in atom/data_cleaning.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 _estimator defined outside __init__

Check notice on line 162 in atom/ensembles.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 estimators_ defined outside __init__

Check notice on line 1228 in atom/feature_engineering.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 collinear defined outside __init__

Check notice on line 1307 in atom/feature_engineering.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 scaler_ defined outside __init__

Check notice on line 1114 in atom/feature_engineering.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 _high_variance defined outside __init__

Check notice on line 1882 in atom/data_cleaning.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 missing_ defined outside __init__

Check notice on line 502 in atom/feature_engineering.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 _dfs defined outside __init__

Check notice on line 1514 in atom/data_cleaning.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 _categories defined outside __init__

Check notice on line 1893 in atom/data_cleaning.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 _max_nan_rows defined outside __init__

Check notice on line 104 in atom/basetransformer.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 _n_jobs defined outside __init__

Check notice on line 159 in atom/basetransformer.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 _engine defined outside __init__

Check notice on line 596 in atom/feature_engineering.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 genetic_features_ defined outside __init__