Skip to content

Commit acb93d2

Browse files
kgriteshclaude
andcommitted
fix(mypy): remove nonexistent paths from mypy files config
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 1c94031 commit acb93d2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ warn_unused_ignores = true
105105
warn_no_return = true
106106
warn_unreachable = true
107107
strict_equality = true
108-
files = ["src/linkedin_spider", "cli", "mcp"]
108+
files = ["src/linkedin_spider"]
109109

110110
[[tool.mypy.overrides]]
111111
module = [

0 commit comments

Comments
 (0)