We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f65e9e4 commit dc5aaf5Copy full SHA for dc5aaf5
pyproject.toml
@@ -45,7 +45,7 @@ Issues = "https://github.com/commit-0/commit0/issues"
45
46
[tool.pyright]
47
include = ["**/commit0", "**/agent"]
48
-ignore = ["**/docs", "**/logs", "**/repos"]
+ignore = ["**/docs", "**/logs"]
49
venvPath = "."
50
venv = ".venv"
51
reportUnknownMemberType = "none"
@@ -67,7 +67,6 @@ exclude = [
67
"**/.venv/**",
68
"__pycache__",
69
"**/docs/**/*",
70
- "**/repos/**/*",
71
"**/logs/**/*",
72
]
73
0 commit comments