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

Commits on May 17, 2023

  1. chore: Update pylintrc to avoid warning

    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 committed May 17, 2023
    Configuration menu
    Copy the full SHA
    33adea4 View commit details
    Browse the repository at this point in the history
  2. Undo pylintrc change

    It has been moved to a separate PR.
    jasonborg committed May 17, 2023
    Configuration menu
    Copy the full SHA
    3c68306 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2d8a47d View commit details
    Browse the repository at this point in the history