From 6c0a0d69ca5b5bc790676b11016e8e64a08c4a60 Mon Sep 17 00:00:00 2001 From: Selcuk Gun Date: Thu, 1 May 2025 16:49:59 -0700 Subject: [PATCH] Add pyink-annotation-pragmas to match google formatting PiperOrigin-RevId: 753778114 --- pyproject.toml | 9 +++++++++ 1 file changed, 9 insertions(+) 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]