Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Apr 29, 2024
1 parent ad24983 commit e0aa04d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 6 deletions.
3 changes: 1 addition & 2 deletions src/pytest_flask/live_server.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,7 @@ def run(
debug: Union[bool, None] = None,
load_dotenv: bool = True,
**options: Any,
) -> None:
...
) -> None: ...


# force 'fork' on macOS
Expand Down
6 changes: 2 additions & 4 deletions src/pytest_flask/plugin.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,11 +32,9 @@
class _SupportsPytestFlaskEqual(Protocol):
status_code: int

def __eq__(self, other: Any) -> bool:
...
def __eq__(self, other: Any) -> bool: ...

def __ne__(self, other: Any) -> bool:
...
def __ne__(self, other: Any) -> bool: ...


class JSONResponse:
Expand Down

0 comments on commit e0aa04d

Please sign in to comment.