From 1818c52e5bcbeaf82e6e405e4f33e347b0a01166 Mon Sep 17 00:00:00 2001 From: CoolCat467 <52022020+CoolCat467@users.noreply.github.com> Date: Wed, 18 Oct 2023 19:57:13 -0500 Subject: [PATCH] Enable flake8-pyi --- pyproject.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/pyproject.toml b/pyproject.toml index 7ecbbe5f4f..e23f896fd4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -27,6 +27,7 @@ select = [ "F", # pyflakes "I", # isort "YTT", # flake8-2020 + "PYI", # flake8-pyi ] extend-ignore = [ 'F403', # undefined-local-with-import-star