Skip to content

Commit

Permalink
mix_stderr parameter was removed from click 8.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
MeggyCal committed Feb 7, 2025
1 parent 5f23701 commit df50f6c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_black.py
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ class BlackRunner(CliRunner):
"""Make sure STDOUT and STDERR are kept separate when testing Black via its CLI."""

def __init__(self) -> None:
super().__init__(mix_stderr=False)
super().__init__()


def invokeBlack(
Expand Down

0 comments on commit df50f6c

Please sign in to comment.