Skip to content

Commit 9c4e0da

Browse files
committed
exclude one particular file from mypy processing
1 parent 763ef27 commit 9c4e0da

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

pyproject.toml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -98,10 +98,7 @@ show_contexts = true
9898

9999
[tool.mypy]
100100
strict = true
101-
102-
[[tool.mypy.overrides]]
103-
module = "sqlmodel.sql._expression_select_gen"
104-
warn_unused_ignores = false
101+
exclude = "sqlmodel.sql._expression_select_gen"
105102

106103
[[tool.mypy.overrides]]
107104
module = "docs_src.*"

0 commit comments

Comments
 (0)