diff --git a/pyproject.toml b/pyproject.toml index a339e84..0e4dd68 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -119,6 +119,15 @@ line-length = 80 unstable = true pyink-indentation = 2 pyink-use-majority-quotes = true +pyink-annotation-pragmas = [ + "noqa", + "pylint:", + "type: ignore", + "pytype:", + "mypy:", + "pyright:", + "pyre-", +] [build-system]