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

Use more specific exception types #1352

Open
lbianchi-lbl opened this issue Feb 23, 2024 · 0 comments
Open

Use more specific exception types #1352

lbianchi-lbl opened this issue Feb 23, 2024 · 0 comments
Labels
Priority:Normal Normal Priority Issue or PR

Comments

@lbianchi-lbl
Copy link
Contributor

  • The update to Pylint 3.0.3 enabled the broad-exception-raised check
  • As part of Update Pylint to 3.0.3 #1351, I've added Pylint exclusions for existing instances throughout the codebase
  • This would be relatively simple to address (no runtime behavior should be affected by changing an Exception to a more specific subclass, so tests or other client code wouldn't necessarily have to be changed)
@ksbeattie ksbeattie added the Priority:Normal Normal Priority Issue or PR label Feb 29, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Priority:Normal Normal Priority Issue or PR
Projects
None yet
Development

No branches or pull requests

2 participants