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

[test] Modernize Pylint config #4397

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

Conversation

gamesh411
Copy link
Collaborator

The reason for this change is that Pylint gives the following deprecation warning:
UserWarning: Specifying exception names in the overgeneral-exceptions option without module name is deprecated and support for it will be removed in pylint 3.0. Use fully qualified name (maybe 'builtins.BaseException' ?) instead.

The reason for this change is that Pylint gives the following
deprecation warning:
UserWarning: Specifying exception names in the overgeneral-exceptions
option without module name is deprecated and support for it will be
removed in pylint 3.0. Use fully qualified name (maybe
'builtins.BaseException' ?) instead.
@gamesh411 gamesh411 added the test ☑️ Adding or refactoring tests label Dec 6, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
test ☑️ Adding or refactoring tests
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant