mirror of
https://github.com/davegallant/rfd-notify.git
synced 2026-03-03 09:36:36 +00:00
Update dependency pylint to v4 (#424)
* Update dependency pylint to v4 * Ignore too-many-positional-arguments --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Dave Gallant <davegallant@proton.me>
This commit is contained in:
@@ -4,6 +4,7 @@ from .offer import Offer
|
||||
class Topic:
|
||||
# pylint: disable=unused-argument
|
||||
# pylint: disable=too-many-arguments
|
||||
# pylint: disable=too-many-positional-arguments
|
||||
def __init__(
|
||||
self,
|
||||
topic_id: int,
|
||||
|
||||
Reference in New Issue
Block a user