Skip to content

Commit 7c4c6ee

Browse files
committed
chore(ruff): Add tool.ruff.lint.typing-modules
Related #2572 (comment)
1 parent 8a6c312 commit 7c4c6ee

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -130,6 +130,7 @@ extend-exclude = ["**/this.py"]
130130
[tool.ruff.lint]
131131
preview = true
132132
explicit-preview-rules = true
133+
typing-modules = ["narwhals._typing_compat"]
133134

134135
extend-safe-fixes = [
135136
"C419", # unnecessary-comprehension-in-call

0 commit comments

Comments
 (0)