mirror of
https://github.com/PyCQA/flake8.git
synced 2026-03-31 11:16:54 +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 for an example Flake8 plugin."""
|
||||
|
||||
from __future__ import annotations
|
||||
|
||||
from .off_by_default import ExampleTwo
|
||||
|
|
|
|||
|
|
@ -1,4 +1,5 @@
|
|||
"""Our first example plugin."""
|
||||
|
||||
from __future__ import annotations
|
||||
|
||||
|
||||
|
|
|
|||
|
|
@ -1,4 +1,5 @@
|
|||
"""Our first example plugin."""
|
||||
|
||||
from __future__ import annotations
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue