Skip to content

Commit

Permalink
build: limit pyee to compatible v9 releases, pylint exception
Browse files Browse the repository at this point in the history
A recent pylint update to 3.3 introduced a too-many-positional-arguments
error.
  • Loading branch information
zehnm committed Nov 13, 2024
1 parent 0dca4b8 commit 261ca8a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions intg-denonavr/receiver.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
class ConnectDenonAVR:
"""Class to async connect to a DenonAVR receiver."""

# pylint: disable=too-many-positional-arguments
def __init__(
self,
host: str,
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
pyee>=9.0
pyee~=9.0
denonavr~=0.11.6
ucapi==0.1.7

0 comments on commit 261ca8a

Please sign in to comment.