mirror of
https://github.com/PyCQA/flake8.git
synced 2026-04-04 20:26:53 +00:00
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
This commit is contained in:
parent
7c9c9cb74d
commit
de42a51161
63 changed files with 68 additions and 7 deletions
|
|
@ -1,4 +1,5 @@
|
|||
"""Module that is off sys.path by default, for testing local-plugin-paths."""
|
||||
|
||||
from __future__ import annotations
|
||||
|
||||
|
||||
|
|
|
|||
|
|
@ -1,4 +1,5 @@
|
|||
"""Test aggregation of config files and command-line options."""
|
||||
|
||||
from __future__ import annotations
|
||||
|
||||
import os
|
||||
|
|
|
|||
|
|
@ -1,4 +1,5 @@
|
|||
"""Integration tests for the legacy api."""
|
||||
|
||||
from __future__ import annotations
|
||||
|
||||
from flake8.api import legacy
|
||||
|
|
|
|||
|
|
@ -1,4 +1,5 @@
|
|||
"""Integration tests for the checker submodule."""
|
||||
|
||||
from __future__ import annotations
|
||||
|
||||
import importlib.metadata
|
||||
|
|
|
|||
|
|
@ -1,4 +1,5 @@
|
|||
"""Integration tests for the main entrypoint of flake8."""
|
||||
|
||||
from __future__ import annotations
|
||||
|
||||
import json
|
||||
|
|
|
|||
|
|
@ -1,4 +1,5 @@
|
|||
"""Integration tests for plugin loading."""
|
||||
|
||||
from __future__ import annotations
|
||||
|
||||
import sys
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue