mirror of
https://github.com/EvolutionAPI/adk-python.git
synced 2025-07-13 15:14:50 -06:00
Add pyink-annotation-pragmas to match google formatting
PiperOrigin-RevId: 753778114
This commit is contained in:
parent
23b41c3f94
commit
6c0a0d69ca
@ -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]
|
||||
|
Loading…
Reference in New Issue
Block a user