Skip to content

Commit

Permalink
Merge pull request #787 from plannigan/renovate/main-black-25.x
Browse files Browse the repository at this point in the history
Update dependency black to v25 (main)
  • Loading branch information
plannigan authored Feb 6, 2025
2 parents de14175 + bf65946 commit ff70f5e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion columbo/_interaction.py
Original file line number Diff line number Diff line change
Expand Up @@ -698,7 +698,7 @@ def get_answers(


def _is_question(
value: Union[Question[QuestionValue], object]
value: Union[Question[QuestionValue], object],
) -> TypeGuard[Question[QuestionValue]]:
# preserve generic type information
return isinstance(value, Question)
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ include = [
description = "Test and lint the project code"
dependencies = [
"bandit==1.8.2",
"black==24.10.0",
"black==25.1.0",
"flake8==7.1.1",
"isort==5.13.2",
"mypy==1.14.1",
Expand Down

0 comments on commit ff70f5e

Please sign in to comment.