Skip to content
This repository has been archived by the owner on Jul 18, 2024. It is now read-only.

chore: Update pylintrc to avoid warning #142

Merged
merged 3 commits into from
May 18, 2023
Merged

chore: Update pylintrc to avoid warning #142

merged 3 commits into from
May 18, 2023

Conversation

jasonborg
Copy link
Contributor

Use fully qualified exception names in overgeneral-exceptions option.

This fixes the following warning:

pylint: Command line or configuration file:1: 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.

Use fully qualified exception names in overgeneral-exceptions option.

This fixes the following warning:

```
pylint: Command line or configuration file:1: 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.
```
@jasonborg jasonborg requested a review from mctavish May 17, 2023 14:42
@jasonborg jasonborg merged commit f68b71d into main May 18, 2023
@jasonborg jasonborg deleted the pylintrc-tweak branch May 18, 2023 17:41
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants