Skip to content

Commit 810dfc7

Browse files
committed
feat: docsディレクトリをmypyの除外リストに追加
1 parent 622574f commit 810dfc7

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
@@ -133,6 +133,7 @@ disallow_untyped_defs = true
133133
no_implicit_optional = true
134134
check_untyped_defs = true
135135
warn_redundant_casts = true
136+
exclude = ["docs"]
136137

137138
[tool.uv.sources]
138139
rcrscore = { git = "https://github.com/adf-python/rcrs-core-python" , tag = "v0.2.0" }

0 commit comments

Comments
 (0)