Skip to content

Commit 886fc3d

Browse files
committed
minor correction
1 parent 7382916 commit 886fc3d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pylsp_mypy/plugin.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -380,7 +380,7 @@ def findConfigFile(path: str, names: List[str]) -> Optional[str]:
380380
toml.load(file)
381381
.get("tool", {})
382382
.get("pylsp-mypy" if isPluginConfig else "mypy")
383-
is None
383+
is not None
384384
)
385385
if not configPresent:
386386
continue

0 commit comments

Comments
 (0)