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 c9b14c2 commit 803a962Copy full SHA for 803a962
mypy_primer/model.py
@@ -55,8 +55,7 @@ def __repr__(self) -> str:
55
result = f"Project(location={self.location!r}, mypy_cmd={self.mypy_cmd!r}"
56
if self.name_override:
57
result += f", name_override={self.name_override!r}"
58
- if self.pyright_cmd:
59
- result += f", pyright_cmd={self.pyright_cmd!r}"
+ result += f", pyright_cmd={self.pyright_cmd!r}"
60
if self.ty_cmd:
61
result += f", ty_cmd={self.ty_cmd!r}"
62
if self.pyrefly_cmd:
0 commit comments