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 Oct 25, 2023
1 parent b6b6ece commit ea42c5d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/ui/test_exception_trace.py
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ def test_render_debug_better_error_message_recursion_error() -> None:
1\│ def recursion_error\(\) -> None:
→ 2\│ recursion_error\(\)
3\│
""" # noqa: E501
"""

assert re.match(expected, io.fetch_output()) is not None

Expand Down Expand Up @@ -149,7 +149,7 @@ def test_render_very_verbose_better_error_message() -> None:
assert expected == io.fetch_output()


def test_render_debug_better_error_message_recursion_error_with_multiple_duplicated_frames() -> ( # noqa: E501
def test_render_debug_better_error_message_recursion_error_with_multiple_duplicated_frames() -> (
None
):
def first() -> None:
Expand Down

0 comments on commit ea42c5d

Please sign in to comment.