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 fd51561 commit 4080534Copy full SHA for 4080534
mypy/options.py
@@ -410,7 +410,7 @@ def __init__(self) -> None:
410
self.mypyc_annotation_file: str | None = None
411
# Skip writing C output files, but perform all other steps of a build (allows
412
# preserving manual tweaks to generated C file)
413
- self.mypyc_skip_c_generation: bool = False
+ self.mypyc_skip_c_generation = False
414
415
def use_lowercase_names(self) -> bool:
416
if self.python_version >= (3, 9):
0 commit comments