1. 736e63f Reduce indentation with early exit by Bill Wendling · 4 years, 4 months ago
  2. 2a5ddd3 Move non-throwing code out of the 'try-except' block. by Bill Wendling · 4 years, 4 months ago
  3. 9672cb7 Remove dead code. by Bill Wendling · 4 years, 4 months ago
  4. 07d3d68 Extracts print_help into its own function by Brian Mego · 4 years, 4 months ago
  5. e3b159b Add docstrings and other things for the linter. by Bill Wendling · 4 years, 4 months ago
  6. 531a593 Add comments to appease the lint gods. by Bill Wendling · 4 years, 4 months ago
  7. 2bd2b22 Ensure that parameter lists don't collide with following code by Bill Wendling · 4 years, 4 months ago
  8. 8d184be Don't require splitting before comments by Bill Wendling · 4 years, 4 months ago
  9. c4257ed Honor the 'disable' directive at the end of a multiline comment by Bill Wendling · 4 years, 5 months ago
  10. 111d424 Merge pull request #783 from timgates42/bugfix/typo_standalone by Bill Wendling · 4 years, 6 months ago
  11. 453a413 Fix simple typo: standaline -> standalone by Tim Gates · 4 years, 6 months ago
  12. ee4c28e Bump version to 0.29.0 by Bill Wendling · 4 years, 6 months ago
  13. 9c6b331 Reformat with YAPF by Bill Wendling · 4 years, 6 months ago
  14. be634cd Improve the description of .yapfignore's syntax by Bill Wendling · 4 years, 6 months ago
  15. 505a59f Only the blank line only between the first nested class or function by Bill Wendling · 4 years, 6 months ago
  16. 405a524 Treat the closing bracket like normal when splitting everything by Bill Wendling · 4 years, 6 months ago
  17. 2876e30 Rename globals to satisfy the linter by Bill Wendling · 4 years, 6 months ago
  18. 0565b69 An empty parameter list doesn't count as exceeding the clolumn limit by Bill Wendling · 4 years, 6 months ago
  19. 9573621 Merge pull request #780 from ethanfurman/indent-closing-brackets by Bill Wendling · 4 years, 7 months ago
  20. bd797d5 add tests covering function call, tuple, list, and dict by Ethan Furman · 4 years, 7 months ago
  21. 4624511 update README.rst and CHANGELOG by Ethan Furman · 4 years, 7 months ago
  22. fe8d3d9 fix formatting by Ethan Furman · 4 years, 7 months ago
  23. 96ec1fb add INDENT_CLOSING_BRACKETS option by Ethan Furman · 4 years, 7 months ago
  24. 6501d55 Merge pull request #779 from Kaali/master by Bill Wendling · 4 years, 7 months ago
  25. 5e7e616 Update pytree_unwrapper.py by Bill Wendling · 4 years, 7 months ago
  26. a329f8b Use pytree_utils instead of direct field access by Väinö Järvelä · 4 years, 7 months ago
  27. 24c1ac0 Update CHANGELOG for async-for else fix by Väinö Järvelä · 4 years, 7 months ago
  28. 844e0f0 Fix async for else indentation by Väinö Järvelä · 4 years, 7 months ago
  29. 126fc7e Indicate if this is a nested class/function by Bill Wendling · 4 years, 10 months ago
  30. a93a0bd Merge pull request #735 from olibre/patch-1 by Bill Wendling · 4 years, 10 months ago
  31. ff4360f Merge pull request #434 from mattdavis90/433_quiet_and_return by Bill Wendling · 4 years, 10 months ago
  32. 9a71c8b Reformat __init__.py by Bill Wendling · 4 years, 10 months ago
  33. 419a001 Update CHANGELOG by Bill Wendling · 4 years, 10 months ago
  34. db327bb Don't print information if quiet is enabled by Bill Wendling · 4 years, 10 months ago
  35. 77698d6 Merge branch 'master' into 433_quiet_and_return by Bill Wendling · 4 years, 10 months ago
  36. 5dde15d Merge pull request #737 from samuela/samuela/unicode-error by Bill Wendling · 4 years, 10 months ago
  37. b8e1d10 Merge branch 'master' into samuela/unicode-error by Bill Wendling · 4 years, 10 months ago
  38. 28f14dd Update the CHANGELOG by Bill Wendling · 4 years, 10 months ago
  39. 05a2143 Use single quotes and don't format the string by Bill Wendling · 4 years, 10 months ago
  40. f25e0e2 Merge pull request #748 from stevenleeS0ht/master by Bill Wendling · 4 years, 10 months ago
  41. 430326e Add ignore rule for PyCharm (.idea) by Steven Lee · 4 years, 10 months ago
  42. 3498e3f Ensure params exist when calculating their penalties by Bill Wendling · 4 years, 11 months ago
  43. 77f32ae Merge pull request #741 from ericboyangan/master by Bill Wendling · 4 years, 11 months ago
  44. ec31141 updating CHANGELOG by Eric An · 4 years, 11 months ago
  45. d5edf5b ... so we yapfed your yapf by Eric An · 4 years, 11 months ago
  46. ebd15e1 heard you like yapf... by Eric An · 4 years, 11 months ago
  47. 9e3cb71 Look for style/config at root, add tests by Eric An · 4 years, 11 months ago
  48. 59e1bac Merge pull request #738 from garymm/master by Bill Wendling · 4 years, 11 months ago
  49. 1d9db2a Set JOIN_MULTIPLE_LINES = False in google style by Gary Miguel · 5 years ago
  50. 0c58cf7 Don't add a space between a string and its subscript by Bill Wendling · 4 years, 11 months ago
  51. 2129244 Fix linter warnings. by Bill Wendling · 5 years ago
  52. b4acb6f Format subscript lists by Bill Wendling · 5 years ago
  53. bf54d8c Use a parameter list state object by Bill Wendling · 5 years ago
  54. 58458f9 Bump version to 0.28.0 by Bill Wendling · 5 years ago
  55. 186bad3 Catch/report `UnicodeDecodeError`s in `ReadFile` by Samuel Ainsworth · 5 years ago
  56. 4b08781 Open files safely by Bill Wendling · 5 years ago
  57. eb933e5 Merge pull request #724 from butuzov/spaces_before_comment_error by Bill Wendling · 5 years ago
  58. ac20fa5 Provide the four predefined styles by O. Libre · 5 years ago
  59. c28f999 Emit unformatted only if "pylint: disable" is at the end of the line by Bill Wendling · 5 years ago
  60. 84bbf44 reformat by Bill Wendling · 5 years ago
  61. be4be44 A disabled comment with continuation markers shouldn't adjust the line numbering by Bill Wendling · 5 years ago
  62. f42b489 Don't increase split penalty on 'lambda' keyword by Bill Wendling · 5 years ago
  63. a3c12ee Merge pull request #733 from perrinjerome/patch-1 by Bill Wendling · 5 years ago
  64. 7ca11c4 README: fix restructured text syntax by Jérome Perrin · 5 years ago
  65. e8c3fd7 `spaces_before_comment` parsing for `--style-help` by Oleg Butuzov · 5 years ago
  66. 45cf63a Merge pull request #713 from sergiogiro/master by Bill Wendling · 5 years ago
  67. 1ef8d1b Update format_decision_state.py by Bill Wendling · 5 years ago
  68. a47ca73 Update CHANGELOG by Bill Wendling · 5 years ago
  69. d292beb Update README.rst by Bill Wendling · 5 years ago
  70. d2814d8 Knob SPLIT_ALL_TOP_LEVEL_COMMA_SEPARATED_VALUES. Update README and CHANGELOG by Sergio Giro · 5 years ago
  71. 7e9db61 Merge pull request #693 from mithro/678-test by Bill Wendling · 5 years ago
  72. 0a5babd Merge pull request #698 from jeongukjae/master by Bill Wendling · 5 years ago
  73. 6ac0ed6 Tests: exercise the case where there is no opening bracket by Sergio Giro · 5 years ago
  74. 5de9ca6 Add knob SPLIT_ALL_TOP_LEVEL_COMMA_SEPARATED_VALUES (#1) by Sergio Giro · 5 years ago
  75. ba85e7c Adjust newlines if nested class/func by Bill Wendling · 5 years ago
  76. bcb960a Merge pull request #704 from brianquinlan/patch-1 by Bill Wendling · 5 years ago
  77. b3e33c3 Update CHANGELOG by Brian Quinlan · 5 years ago
  78. f5b0e44 Merge pull request #697 from deepcommit/master by Bill Wendling · 5 years ago
  79. 385592e Correctly follow Google style for dict indentation by Brian Quinlan · 5 years ago
  80. a1e69ad Bump version to 0.27.0 by Bill Wendling · 5 years ago
  81. a293e92 Keep comments attached to prev objects. by Bill Wendling · 5 years ago
  82. 726dce1 Increase penalty for splitting items in a list by Bill Wendling · 5 years ago
  83. 14ae919 Split before dictionary argument by Bill Wendling · 5 years ago
  84. 4787f23 Catch lib2to3's TokenError exception and emit informative message by Bill Wendling · 5 years ago
  85. bbd5ebd Update README.rst by JeongUkJae · 5 years ago
  86. 12b1035 Fixed PYTHON_E231 issues in yapftests/subtype_assigner_test.py by deepcommit · 5 years ago
  87. 8871cf6 Fix lint errors. by Bill Wendling · 5 years ago
  88. 07a7d59 Don't split before a too long dictionary elem by Bill Wendling · 5 years ago
  89. e43ad9d Merge pull request #690 from kevincox/remove-edge by Bill Wendling · 5 years ago
  90. 0bd2d55 Merge branch 'master' into remove-edge by Kevin Cox · 5 years ago
  91. f9a3b35 Merge pull request #689 from apbard/fix_split_before_first by Bill Wendling · 5 years ago
  92. 6a0c0b2 Adding test for Github Issue #678. by Tim 'mithro' Ansell · 5 years ago
  93. fb0220e Fix removing of extra lines on the edge of enabled lines boundaries. by Kevin Cox · 5 years ago
  94. a017b73 FIX: avoid split_before_first_argument if set to False by Alessandro Pietro Bardelli · 5 years ago
  95. b65cd13 Merge pull request #688 from apbard/patch-2 by Bill Wendling · 5 years ago
  96. c484803 MAINT: remove invalid option LESS for CONTINUATION_ALIGN_STYLE by Alessandro Pietro Bardelli · 5 years ago
  97. 59f19fc Merge pull request #682 from altendky/patch-1 by Bill Wendling · 5 years ago
  98. d12acf9 Fix SPLIT_BEFORE_BITWISE_OPERATOR in README.rst by Kyle Altendorf · 5 years ago
  99. 523e394 Merge pull request #681 from apbard/patch-1 by Bill Wendling · 5 years ago
  100. 6b64cf4 Merge pull request #679 from yous/fix-pre-commit by Bill Wendling · 5 years ago