From 1e3cc81f5813d57fc6b9f99a69a4458244acd457 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Fri, 25 Sep 2026 18:03:50 +0000 Subject: [PATCH 1/2] Initial plan From c616f1e7a89a9192b438229524f71f0ec802aec1 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Fri, 25 Sep 2026 18:05:55 +0000 Subject: [PATCH 2/2] Remove unused F811 suppression from matplotlib pyplot stub Co-authored-by: bschnurr <1946977+bschnurr@users.noreply.github.com> --- stubs/matplotlib/pyplot.pyi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 = ...,