Skip to content

Commit 4e75183

Browse files
Fix / syntax in Ruff config
1 parent af59713 commit 4e75183

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -177,7 +177,7 @@ ignore = [
177177
[tool.ruff.lint.per-file-ignores]
178178
# "__init__.py" = ["F401"]
179179
# rich_utils is allowed to use rich imports
180-
"typer\rich_utils.py" = ["TID251"]
180+
"typer/rich_utils.py" = ["TID251"]
181181
# This file is more readable without yield from
182182
"docs_src/progressbar/tutorial004.py" = ["UP028", "B007"]
183183
# Default mutable data structure

0 commit comments

Comments
 (0)