We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 41c7ef4 commit e257175Copy full SHA for e257175
1 file changed
pyproject.toml
@@ -60,3 +60,6 @@ warn_return_any = true
60
warn_unused_configs = true
61
disallow_untyped_defs = true
62
strict_optional = true
63
+exclude = [
64
+ "docs/*",
65
+]
0 commit comments