| # 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-", | |
| ] |