aboutsummaryrefslogtreecommitdiff
path: root/yapf
AgeCommit message (Expand)Author
2021-12-26Bump version to 0.32.0Bill Wendling
2021-12-25Reformatting.Bill Wendling
2021-12-25Use "logical line" instead of "unwrapped line"Bill Wendling
2021-12-25Add "start" and "end" propertiesBill Wendling
2021-12-25Use a set for subtypes.Bill Wendling
2021-12-25Fixup YapfError messagesBill Wendling
2021-12-25Add "splitpenalty" to the format_token reprBill Wendling
2021-12-24Move subtypes into their own module.Bill Wendling
2021-12-24Remove useless a_expr and m_expr subtypesBill Wendling
2021-12-24Fix up the "name" and "is_docstring" bits of a format_tokenBill Wendling
2021-12-24Remove unused importBill Wendling
2021-12-24Compare the node's type instead of its nameBill Wendling
2021-12-24Use Python's argument parser's "version" actionBill Wendling
2021-12-24Unify the YAPF exceptionsBill Wendling
2021-11-08Move the "newlines" attribute from pytree node to format token.Bill Wendling
2021-11-08Combine the "must_break_before" and "must_split" properties.Bill Wendling
2021-11-08Cleanup of the FormatToken interfaceBill Wendling
2021-11-04Add more files to flake8 run.Bill Wendling
2021-11-04ReformatBill Wendling
2021-11-04Reformat so that flake8 is happy.Bill Wendling
2021-11-04Change tests to support "pytest".Bill Wendling
2021-11-04Reformatting the source code.Bill Wendling
2021-11-03Enforce a space between a colon and the ... tokenBill Wendling
2021-09-16Fix typos discovered by codespell (#950)Christian Clauss
2021-09-16``pytree_utils.ParseCodeToTree`` now adds a trailing EOL if needed (#962)Sergei Lebedev
2021-09-02Added yapf_api.FormatTree (#952)Sergei Lebedev
2021-08-23Follow PEP8: Method definitions inside a class are surrounded by a single bla...Bouwe Andela
2021-07-18change ignore config format for pyproject.toml (#946)hirosassa
2021-07-12Improve comprehensions (#943)Almaz
2021-07-12Merge else clause's nested if statement into elif (#942)Almaz
2021-07-12Replace multiple comparisons with in operator (#941)Almaz
2021-07-12Replace while with for (#940)Almaz
2021-07-12Replace if statement with if expression (#939)Almaz
2021-07-12Merge isinstance calls (#938)Almaz
2021-07-12support ignore config in pyproject.toml (#937)hirosassa
2021-05-29Enforce space between colon and elipsesBill Wendling
2021-05-29Don't modify blank lines if they're marked as disabled.Bill Wendling
2021-05-04Avoid expensive duplicate __hash__ call. (#923)Matthew Suozzo
2021-03-12Bump version to 0.31.0Bill Wendling
2021-03-12pyproject.toml support (#893)hirosassa
2021-02-05Prevent os.walk() scanning excluded dirs. (#898)Brénainn Woodsend
2021-01-22ReformatBill Wendling
2020-12-20Adds walrus test and python 3.7/3.8 tox definitions (#851)upstream-masterBrian Mego
2020-12-20chore: replace blacklist with block_list (#863)Justin Poehnelt
2020-12-20Ignore end of line `# copybara:` directives. (#886)Gregory P. Smith
2020-12-02Fix directory exclusion on Windows. (#881)Brénainn Woodsend
2020-11-08Add yapf-diff command (#870)Bouwe Andela
2020-09-22Fix parser refactor in main (#865)Matthew Suozzo
2020-09-19Allow `lines` parameter to fix whitespace between statements. (#864)Matthew Suozzo
2020-08-19Support custom number of blank lines between top-level imports and variable d...Mauricio Herrera Cuadra