Add pyink-annotation-pragmas to match google formatting

PiperOrigin-RevId: 753778114
This commit is contained in:
Selcuk Gun 2025-05-01 16:49:59 -07:00 committed by Copybara-Service
parent 23b41c3f94
commit 6c0a0d69ca

View File

@ -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]