aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2023-07-07Snap for 10453563 from 7249d1a64f4850ccf838e62a46276f891f72998e to mainline-e...aml_ext_341620040aml_ext_341518010aml_ext_341414010aml_ext_341317010aml_ext_341131030aml_ext_341027030android14-mainline-extservices-releaseAndroid Build Coastguard Worker
2022-11-04Upgrade yapf to v0.32.0. am: f5aef501ec am: 5200eeac80 am: 8920cf56ecHEADandroid-14.0.0_r33android-14.0.0_r32android-14.0.0_r31android-14.0.0_r30android-14.0.0_r29android-14.0.0_r27android-14.0.0_r26android-14.0.0_r25android-14.0.0_r24android-14.0.0_r23android-14.0.0_r22android-14.0.0_r21android-14.0.0_r20android-14.0.0_r19android-14.0.0_r18android-14.0.0_r17android-14.0.0_r16aml_rkp_341510000aml_rkp_341311000aml_rkp_341114000aml_rkp_341015010aml_rkp_341012000aml_hef_341613000aml_hef_341512030aml_hef_341415040aml_hef_341311010aml_hef_341114030aml_cfg_341510000mastermainandroid14-qpr2-s3-releaseandroid14-qpr2-s2-releaseandroid14-qpr2-s1-releaseandroid14-qpr2-releaseandroid14-qpr1-s2-releaseandroid14-qpr1-releaseandroid14-mainline-healthfitness-releaseandroid14-devKrzysztof Kosiński
2022-11-04Upgrade yapf to v0.32.0. am: f5aef501ec am: 5200eeac80android-u-beta-1-gplKrzysztof Kosiński
2022-11-04Upgrade yapf to v0.32.0. am: f5aef501ecmain-16k-with-phonesKrzysztof Kosiński
2022-11-03Upgrade yapf to v0.32.0.Krzysztof Kosiński
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-04We're no longer using Travis CI.Bill Wendling
2021-11-04Don't run on WindowsBill Wendling
2021-11-04Turn off hash randomization in test.Bill Wendling
2021-11-04Update URL and ignore yapftestsBill Wendling
2021-11-04Add GitHub Actions badge.Bill Wendling
2021-11-04Add CI via GitHub Actions.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-04Correct testcases for Python 2.7 and PEP8 changes.Bill Wendling
2021-11-04Reformatting the source code.Bill Wendling
2021-11-04Use '[style]' in the example, as that's the most common style sectionBill 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-07-12Try to clarify the SPLIT_ALL_COMMA_SEPARATED_VALUES knob (#926)James D. Lin
2021-07-12Fix README to match the API for FormatCode() and FormatFile() (#918)Brett Cannon