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

WIP: Converting sisl_toolbox to typer. #608

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Included ts poisson

652b292
Select commit
Loading
Failed to load commit list.
Open

WIP: Converting sisl_toolbox to typer. #608

Included ts poisson
652b292
Select commit
Loading
Failed to load commit list.
GitHub Advanced Security / CodeQL succeeded Nov 2, 2023 in 7s

2 new alerts

New alerts in code changed by this pull request

  • 2 notes

See annotations below for details.

View all branch alerts.

Annotations

Check notice on line 28 in src/sisl_toolbox/cli/_typer_wrappers.py

See this annotation in the file changed.

Code scanning / CodeQL

Except block handles 'BaseException' Note

Except block directly handles BaseException.

Check notice on line 55 in src/sisl_toolbox/cli/_typer_wrappers.py

See this annotation in the file changed.

Code scanning / CodeQL

Except block handles 'BaseException' Note

Except block directly handles BaseException.