Skip to content

Commit

Permalink
Delint
Browse files Browse the repository at this point in the history
  • Loading branch information
MartinHjelmare committed Nov 8, 2024
1 parent c161794 commit f3d33c2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions haffmpeg/core.py
Original file line number Diff line number Diff line change
Expand Up @@ -215,6 +215,7 @@ async def _process_lines(self, pattern: Optional[str] = None) -> None:
except Exception: # pylint: disable=broad-except
break

# pylint: disable-next=possibly-used-before-assignment
match = True if pattern is None else cmp.search(line)
if match:
_LOGGER.debug("Process: %s", line)
Expand Down
1 change: 1 addition & 0 deletions pylintrc
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ disable=
locally-disabled,
too-few-public-methods,
too-many-arguments,
too-many-positional-arguments,
too-many-branches,
too-many-instance-attributes,
too-many-lines,
Expand Down

0 comments on commit f3d33c2

Please sign in to comment.