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

2.5.0 #31

Merged
merged 22 commits into from
Sep 5, 2023

update: 2.5.0

6a6af9e
Select commit
Loading
Failed to load commit list.
Merged

2.5.0 #31

update: 2.5.0
6a6af9e
Select commit
Loading
Failed to load commit list.
This check has been archived and is scheduled for deletion. Learn more about checks retention
codefactor.io / CodeFactor failed Sep 5, 2023 in 1s

1 issue fixed. 5 issues found.

Annotations

Check notice on line 177 in radioactive/__main__.py

See this annotation in the file changed.

@codefactor-io codefactor-io / CodeFactor

radioactive/__main__.py#L175-L177

Try, Except, Pass detected. (B110)

Check notice on line 335 in radioactive/__main__.py

See this annotation in the file changed.

@codefactor-io codefactor-io / CodeFactor

radioactive/__main__.py#L333-L335

Try, Except, Pass detected. (B110)

Check notice on line 333 in radioactive/__main__.py

See this annotation in the file changed.

@codefactor-io codefactor-io / CodeFactor

radioactive/__main__.py#L333

do not use bare 'except' (E722)

Check notice on line 343 in radioactive/__main__.py

See this annotation in the file changed.

@codefactor-io codefactor-io / CodeFactor

radioactive/__main__.py#L343

do not use bare 'except' (E722)

Check notice on line 43 in radioactive/app.py

See this annotation in the file changed.

@codefactor-io codefactor-io / CodeFactor

radioactive/app.py#L43

do not use bare 'except' (E722)