Skip to content

Commit 545a55a

Browse files
committed
set typing-modules to avoid ruff error
1 parent 9068bad commit 545a55a

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
@@ -109,6 +109,7 @@ disallow_untyped_defs = false
109109
disallow_untyped_calls = false
110110

111111
[tool.ruff.lint]
112+
typing-modules = ["sqlmodel._compat"]
112113
select = [
113114
"E", # pycodestyle errors
114115
"W", # pycodestyle warnings

0 commit comments

Comments
 (0)