aboutsummaryrefslogtreecommitdiff
path: root/yapftests/yapf_test.py
AgeCommit message (Expand)Author
2021-12-25Fixup YapfError messagesBill Wendling
2021-11-04Add more files to flake8 run.Bill Wendling
2021-11-04Don't run on WindowsBill Wendling
2021-11-04Turn off hash randomization in test.Bill Wendling
2021-08-23Follow PEP8: Method definitions inside a class are surrounded by a single bla...Bouwe Andela
2021-05-29Don't modify blank lines if they're marked as disabled.Bill Wendling
2020-09-19Allow `lines` parameter to fix whitespace between statements. (#864)Matthew Suozzo
2020-04-23Use "Yapf" style instead of "Chromium"Bill Wendling
2020-04-23extend CONTINUATION_ALIGN_STYLE=FIXED for space indentation (#791)Yinyin
2020-04-23Update chromium style to match what's used in Chromium (#789)agrieve
2020-04-23Added functionality to insert spaces around dicts, lists, and tuples. (#657)David Brownell
2020-01-22Add docstrings and other things for the linter.Bill Wendling
2020-01-14Honor the 'disable' directive at the end of a multiline commentBill Wendling
2019-07-11Use a parameter list state objectBill Wendling
2019-06-21reformatBill Wendling
2019-06-21A disabled comment with continuation markers shouldn't adjust the line numberingBill Wendling
2019-04-07Keep comments attached to prev objects.Bill Wendling
2019-04-07Catch lib2to3's TokenError exception and emit informative messageBill Wendling
2019-02-10Add knobs to split before an arithmetic operator.Bill Wendling
2019-02-09Parse integer lists correctly.Bill Wendling
2018-12-04Remove lint errors.Bill Wendling
2018-12-04Fix lint errorsBill Wendling
2018-11-30Support for disabled linesDavid Brownell
2018-11-26Align trailing comments to columnsDavid Brownell
2018-11-25Merge pull request #589 from greut/bomBill Wendling
2018-08-28Add SPLIT_BEFORE_DOT optionBill Wendling
2018-08-27py3compat: remove any BOMYoan Blanc
2018-08-26Merge pull request #599 from jkuszmaul/no_print_after_keywordBill Wendling
2018-08-26Fix regexp for no spaces around bin op knobBill Wendling
2018-08-26Retain vertical spacing when --lines usedBill Wendling
2018-08-17Add small test for a.printJames Kuszmaul
2018-03-22Added `CONTINUATION_ALIGN_STYLE` knobYinyin L
2018-01-26Allow single-line dictionaries.Bill Wendling
2018-01-14Use tabs when constructing continuation line.Bill Wendling
2018-01-14Remove extraneous copyright year.Bill Wendling
2017-10-24Use a TextIOWrapper when reading from stdin.Bill Wendling
2017-09-06Retain the spacing before comments in a dict.Bill Wendling
2017-08-23Don't remove newline before comment after a line range.Bill Wendling
2017-08-21Allow semicolons if the line is disabled.Bill Wendling
2017-08-12Make COALESCE_BRACKETS and DEDENT_CLOSING_BRACKETS work togetherRichard Wall
2017-08-01Return 1 if --diff changed the code.Bill Wendling
2017-07-23Make yapf put the correct number of blank lines at --lines boundaries.Kevin Cox
2017-05-05Updated CHANGELOG and changes to testsJoachim Metz
2017-02-17Don't squish all the args to the RHSBill Wendling
2017-02-05Add ALLOW_MULTILINE_DICTIONARY_KEYS knobBill Wendling
2017-02-04Make unittest work on windows.Adrian Tejn Kern
2017-01-30Remove some pylint warnings.Bill Wendling
2017-01-17Bump up year in copyright statementBill Wendling
2016-11-28Allow text before a 'yapf:' commentBill Wendling
2016-10-16Retain the line endings of the original src codeBill Wendling