[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 that is off sys.path by default, for testing local-plugin-paths."""
from __future__ import annotations

View file

@ -1,4 +1,5 @@
"""Test aggregation of config files and command-line options."""
from __future__ import annotations
import os

View file

@ -1,4 +1,5 @@
"""Integration tests for the legacy api."""
from __future__ import annotations
from flake8.api import legacy

View file

@ -1,4 +1,5 @@
"""Integration tests for the checker submodule."""
from __future__ import annotations
import importlib.metadata

View file

@ -1,4 +1,5 @@
"""Integration tests for the main entrypoint of flake8."""
from __future__ import annotations
import json

View file

@ -1,4 +1,5 @@
"""Integration tests for plugin loading."""
from __future__ import annotations
import sys