We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
/
1 parent af59713 commit 4e75183Copy full SHA for 4e75183
pyproject.toml
@@ -177,7 +177,7 @@ ignore = [
177
[tool.ruff.lint.per-file-ignores]
178
# "__init__.py" = ["F401"]
179
# rich_utils is allowed to use rich imports
180
-"typer\rich_utils.py" = ["TID251"]
+"typer/rich_utils.py" = ["TID251"]
181
# This file is more readable without yield from
182
"docs_src/progressbar/tutorial004.py" = ["UP028", "B007"]
183
# Default mutable data structure
0 commit comments