Skip to content

Commit

Permalink
Merge pull request #25 from telekom-mms/renovate/black-24.x
Browse files Browse the repository at this point in the history
Update dependency black to v24
  • Loading branch information
rndmh3ro authored Jan 30, 2024
2 parents c8bea6b + 3e7c129 commit 31de211
Show file tree
Hide file tree
Showing 3 changed files with 29 additions and 28 deletions.
6 changes: 3 additions & 3 deletions aar_doc/cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -293,9 +293,9 @@ def parse_options(ctx: typer.Context) -> dict:
details["display_default"] = json.dumps(default)
if "elements" in details:
if (details["elements"] == "dict") and ("options" in details):
details[
"display_type"
] = f"list of dicts of '{option}' options"
details["display_type"] = (
f"list of dicts of '{option}' options"
)
else:
details["display_type"] = (
"list of '" + details["elements"] + "'"
Expand Down
49 changes: 25 additions & 24 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ PyYAML = "^6.0"
typer = "^0.9.0"

[tool.poetry.dev-dependencies]
black = "^23.0.0"
black = "^24.0.0"
mypy = "^1.0.0"
pytest = "^7.1.3"
pytest-cov = "^4.0.0"
Expand Down

0 comments on commit 31de211

Please sign in to comment.