Skip to content

Commit 6c0a0d6

Browse files
selcukguncopybara-github
authored andcommitted
Add pyink-annotation-pragmas to match google formatting
PiperOrigin-RevId: 753778114
1 parent 23b41c3 commit 6c0a0d6

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

pyproject.toml

+9
Original file line numberDiff line numberDiff line change
@@ -119,6 +119,15 @@ line-length = 80
119119
unstable = true
120120
pyink-indentation = 2
121121
pyink-use-majority-quotes = true
122+
pyink-annotation-pragmas = [
123+
"noqa",
124+
"pylint:",
125+
"type: ignore",
126+
"pytype:",
127+
"mypy:",
128+
"pyright:",
129+
"pyre-",
130+
]
122131

123132

124133
[build-system]

0 commit comments

Comments
 (0)