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

Commit

Permalink
Bump pylint from 2.17.5 to 3.0.1 (#437)
Browse files Browse the repository at this point in the history
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Robert Resch <[email protected]>
  • Loading branch information
dependabot[bot] and edenhaus authored Oct 20, 2023
1 parent 12fa041 commit b1d4056
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions pylintrc
Original file line number Diff line number Diff line change
Expand Up @@ -76,5 +76,6 @@ expected-line-ending-format=LF

# Exceptions that will emit a warning when being caught. Defaults to
# "BaseException, Exception".
overgeneral-exceptions=BaseException,
Exception
overgeneral-exceptions=builtins.BaseException,
builtins.Exception

2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ mypy==1.6.1

numpy>=1.23.2
pre-commit==3.5.0
pylint==2.17.5
pylint==3.0.1

#pytest-homeassistant-custom-component==0.4.4

Expand Down

0 comments on commit b1d4056

Please sign in to comment.