We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 81db577 commit 61f8cf5Copy full SHA for 61f8cf5
1 file changed
pyproject.toml
@@ -133,6 +133,7 @@ disallow_untyped_defs = true
133
no_implicit_optional = true
134
check_untyped_defs = true
135
warn_redundant_casts = true
136
+exclude = ["docs"]
137
138
[tool.uv.sources]
139
rcrscore = { git = "https://github.com/adf-python/rcrs-core-python" , tag = "v0.2.0" }
0 commit comments