Skip to content

Commit e4c8b7d

Browse files
authored
Merge pull request #20 from sourcery-ai/renovate/typer-0.x
fix(deps): update dependency typer to v0.6.1
2 parents 506e9ec + fccf00c commit e4c8b7d

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

poetry.lock

Lines changed: 6 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ sourcery-analytics = "sourcery_analytics.main:app"
1919
[tool.poetry.dependencies]
2020
python = "^3.9"
2121
astroid = "2.11.6"
22-
typer = "0.4.2"
22+
typer = "0.6.1"
2323
rich = "12.5.1"
2424
more-itertools = "8.13.0"
2525
tomli = "2.0.1"

sourcery_analytics/main.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
from sourcery_analytics.logging import set_up_logging
2626
from sourcery_analytics.metrics import method_qualname
2727

28-
app = typer.Typer()
28+
app = typer.Typer(rich_markup_mode="rich")
2929

3030

3131
@app.command(name="analyze")

0 commit comments

Comments
 (0)