[pre-commit.ci] auto fixes from pre-commit.com hooks

for more information, see https://pre-commit.ci
This commit is contained in:
pre-commit-ci[bot] 2025-07-21 21:22:25 +00:00
parent 7c9c9cb74d
commit de42a51161
63 changed files with 68 additions and 7 deletions

View file

@ -1,4 +1,5 @@
"""Module for an example Flake8 plugin."""
from __future__ import annotations
from .off_by_default import ExampleTwo

View file

@ -1,4 +1,5 @@
"""Our first example plugin."""
from __future__ import annotations

View file

@ -1,4 +1,5 @@
"""Our first example plugin."""
from __future__ import annotations