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 5d72e39 commit 892ad6eCopy full SHA for 892ad6e
mypy/options.py
@@ -416,8 +416,6 @@ def __init__(self) -> None:
416
# preserving manual tweaks to generated C file)
417
self.mypyc_skip_c_generation = False
418
419
- self._on_plugins_loaded: Callable[[], None] | None = None
420
-
421
def use_lowercase_names(self) -> bool:
422
warnings.warn(
423
"options.use_lowercase_names() is deprecated and will be removed in a future version",
0 commit comments