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 9c02105 commit 3ab8cf0Copy full SHA for 3ab8cf0
cppython/project.py
@@ -185,7 +185,7 @@ def configuration(self) -> ProjectConfiguration:
185
return self._configuration
186
187
@property
188
- def project(self):
+ def project(self) -> PEP621:
189
"""
190
The pyproject project table
191
@@ -198,7 +198,7 @@ def cppython(self):
198
199
return self._modified_cppython_data
200
201
- def download(self):
+ def download(self) -> None:
202
203
Download the generator tooling if required
204
0 commit comments