diff --git a/stubs/matplotlib/pyplot.pyi b/stubs/matplotlib/pyplot.pyi index 0370b6d0..faf873ae 100644 --- a/stubs/matplotlib/pyplot.pyi +++ b/stubs/matplotlib/pyplot.pyi @@ -779,7 +779,7 @@ def tick_params(axis: Literal["x", "y", "both"] = ..., **kwargs): ... def ticklabel_format( *, axis: Literal["x", "y", "both"] = ..., - style: Literal["sci", "scientific", "plain"] = ..., # noqa: F811 + style: Literal["sci", "scientific", "plain"] = ..., scilimits=..., useOffset: bool | float = ..., useLocale: bool = ...,