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

Add postfixes to tqdm.rich #1510

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Add postfixes to tqdm.rich

62f9f20
Select commit
Failed to load commit list.
Open

Add postfixes to tqdm.rich #1510

Add postfixes to tqdm.rich
62f9f20
Select commit
Failed to load commit list.
Codacy Production / Codacy Static Code Analysis required action Sep 11, 2023 in 0s

7 new issues (0 max.) of at least minor severity.

Annotations

Check warning on line 103 in tqdm/rich.py

See this annotation in the file changed.

@codacy-production codacy-production / Codacy Static Code Analysis

tqdm/rich.py#L103

Unused variable 'postfix'

Check notice on line 103 in tqdm/rich.py

See this annotation in the file changed.

@codacy-production codacy-production / Codacy Static Code Analysis

tqdm/rich.py#L103

local variable 'postfix' is assigned to but never used (F841)

Check notice on line 132 in tqdm/rich.py

See this annotation in the file changed.

@codacy-production codacy-production / Codacy Static Code Analysis

tqdm/rich.py#L132

Use isinstance() rather than type() for a typecheck.

Check notice on line 137 in tqdm/rich.py

See this annotation in the file changed.

@codacy-production codacy-production / Codacy Static Code Analysis

tqdm/rich.py#L137

Use isinstance() rather than type() for a typecheck.

Check notice on line 138 in tqdm/rich.py

See this annotation in the file changed.

@codacy-production codacy-production / Codacy Static Code Analysis

tqdm/rich.py#L138

Use isinstance() rather than type() for a typecheck.

Check failure on line 149 in tqdm/rich.py

See this annotation in the file changed.

@codacy-production codacy-production / Codacy Static Code Analysis

tqdm/rich.py#L149

Assigning result of a function call, where the function has no return

Check failure on line 154 in tqdm/rich.py

See this annotation in the file changed.

@codacy-production codacy-production / Codacy Static Code Analysis

tqdm/rich.py#L154

Assigning result of a function call, where the function has no return