Add Y027 to list of ignored .flake8 error codes (#6962)

Refs https://github.com/PyCQA/flake8-pyi/pull/104
This commit is contained in:
Alex Waygood
2022-01-19 15:17:30 +00:00
committed by GitHub
parent 3d1014f389
commit fe6233a8c3
2 changed files with 8 additions and 2 deletions

View File

@@ -1,7 +1,7 @@
import sys
from _typeshed import Self, StrOrBytesPath
from types import TracebackType
from typing import (
from typing import ( # noqa Y027
IO,
Any,
AsyncGenerator,