chore: fix linting ignore comments (#3084)
### Description There is now a too-many-positional-arguments check
This commit is contained in:
parent
004b784d09
commit
81e8fa90ed
2 changed files with 3 additions and 0 deletions
|
@ -29,6 +29,7 @@ class PypoFetch(Thread):
|
|||
name = "fetch"
|
||||
daemon = True
|
||||
|
||||
# pylint: disable=too-many-positional-arguments
|
||||
# pylint: disable=too-many-arguments
|
||||
def __init__(
|
||||
self,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue