blob: 1176972f95f53cbb2d1c4223d354315954926ccd [file] [log] [blame] [edit]
# Python files in this repo are formatted with https://github.com/google/pyink.
[tool.pyink]
line-length = 80
unstable = true
target-version = []
pyink-indentation = 2
pyink-use-majority-quotes = true
pyink-annotation-pragmas = [
"noqa",
"pylint:",
"type: ignore",
"pytype:",
"mypy:",
"pyright:",
"pyre-",
]