1. 1057813 v2.5.0 by Anthony Sottile · 4 years, 3 months ago v2.5.0
  2. bc917d5 Merge pull request #444 from pre-commit/deprecate_flake8 by Anthony Sottile · 4 years, 3 months ago
  3. 8100485 officially deprecate the flake8 hook by Anthony Sottile · 4 years, 3 months ago
  4. 51e0431 Merge pull request #442 from kimsey0/patch-1 by Anthony Sottile · 4 years, 3 months ago
  5. 96efcc6 Remove linebreak by Jacob Bundgaard · 4 years, 3 months ago
  6. 3c614e7 Convert named anchors to heading 4's by Jacob Bundgaard · 4 years, 3 months ago
  7. fd9a0c6 Merge pull request #443 from pre-commit/fix_ci by Anthony Sottile · 4 years, 3 months ago
  8. fea76b9 Fix CI by upgrading AP templates by Anthony Sottile · 4 years, 3 months ago
  9. e4dcfc6 Allow linking directly to each hook by Jacob Bundgaard · 4 years, 3 months ago
  10. 31853d6 Merge pull request #437 from mkbel/document1 by Anthony Sottile · 4 years, 4 months ago
  11. d25d0ed Document mixed-line-ending limitation for fix={crlf,lf} with git. by Marek Běl · 4 years, 4 months ago
  12. 5df1a4b Merge pull request #429 from rrauenza/rrauenza-patch-1 by Anthony Sottile · 4 years, 5 months ago
  13. 3724c8f add unit test for correct regex by Rich Rauenzahn · 4 years, 5 months ago
  14. 612a4b1 fix regular expression for test files by Rich Rauenzahn · 4 years, 5 months ago
  15. 8a36145 Merge pull request #425 from vinayinvicible/url-req by Anthony Sottile · 4 years, 6 months ago
  16. 189e33e Fixed sorting for non editable requirement urls by Vinay Karanam · 4 years, 6 months ago
  17. 00e8510 Merge pull request #423 from pre-commit/asottile-patch-1 by Anthony Sottile · 4 years, 6 months ago
  18. 29f86db document --no-ensure-ascii by Anthony Sottile · 4 years, 6 months ago
  19. febac42 Fix PR number by Anthony Sottile · 4 years, 6 months ago
  20. 0161422 v2.4.0 by Anthony Sottile · 4 years, 6 months ago v2.4.0
  21. d61d4a2 Merge pull request #421 from iconmaster5326/master by Anthony Sottile · 4 years, 6 months ago
  22. 0114962 Added test for --markdown-linebreak-ext and --chars together by iconmaster5326 · 4 years, 6 months ago
  23. a33a8f0 Change parameter name to "chars" and move encoding outside loop by iconmaster5326 · 4 years, 6 months ago
  24. dcbf434 Apply suggestion: the `bytes(...)` call does nothing here by Iconmaster · 4 years, 6 months ago
  25. c431f09 Fix failure on Python 2 by iconmaster5326 · 4 years, 6 months ago
  26. a2f836a fix-whitespace: Added test for custom charsets by iconmaster5326 · 4 years, 6 months ago
  27. 08663c9 Update README.md by iconmaster5326 · 4 years, 6 months ago
  28. 886dfc4 trailing-whitespace: add option for custom chars to strip by iconmaster5326 · 4 years, 6 months ago
  29. 0f7b5e0 Merge pull request #419 from pre-commit/extra_output by Anthony Sottile · 4 years, 7 months ago
  30. 86a010b Remove unnecessary double printing of filename by Anthony Sottile · 4 years, 7 months ago
  31. 49f8b48 Merge pull request #417 from pre-commit/add_not_sort_simple_yaml by Anthony Sottile · 4 years, 7 months ago
  32. d2a2cde Add note about sort-simple-yaml's opt-in behaviour by Anthony Sottile · 4 years, 7 months ago
  33. 8884b63 Merge pull request #415 from barakreif/fix-requirements-fixer-curruption by Anthony Sottile · 4 years, 7 months ago
  34. e4cfaa6 remove redundent type annotation by Barak Y. Reif · 4 years, 7 months ago
  35. d4b544d alter file with new line even if no other content is changed by Barak Y. Reif · 4 years, 7 months ago
  36. da2ea3f add new line post reading requirements file, change before from tuple to list, add test cases by Barak Y. Reif · 4 years, 7 months ago
  37. 277f875 Merge pull request #408 from joepin/pretty-json-print-lines by Anthony Sottile · 4 years, 7 months ago
  38. d6c0aa5 Remove useless newline by Joey Pinhas · 4 years, 7 months ago
  39. ea8fbf9 Remove unneeded string join by Joey Pinhas · 4 years, 7 months ago
  40. ec6c39e Print filenames in the diff by Joey Pinhas · 4 years, 7 months ago
  41. 7d878b5 Fix test cases for unified_diff by Joey Pinhas · 4 years, 7 months ago
  42. 31e740e Use unified_diff by Joey Pinhas · 4 years, 8 months ago
  43. 27cd688 Flush stderr, and formatting by Joey Pinhas · 4 years, 8 months ago
  44. 35c76c4 Add test for std err by Joey Pinhas · 4 years, 8 months ago
  45. 831d2a9 Print file line stderr by Joey Pinhas · 4 years, 8 months ago
  46. 93b7b66 Remove erroneoous print statement by Joey Pinhas · 4 years, 8 months ago
  47. 0ff23d4 Remove extra cli flag, and update test case by Joey Pinhas · 4 years, 8 months ago
  48. 0408045 Merge pull request #411 from pre-commit/all-repos_autofix_rm-reqs by Anthony Sottile · 4 years, 8 months ago
  49. 3de20fc Remove redundant flake8 dependency by Anthony Sottile · 4 years, 8 months ago
  50. b28837a Add test case to test diffing function by Joey Pinhas · 4 years, 9 months ago
  51. 780f202 Add option to show expected output by Joey Pinhas · 4 years, 9 months ago
  52. 3e9db01 Add logic to print line number of JSON errors by Joey Pinhas · 4 years, 9 months ago
  53. 34a14fb Merge pull request #407 from pre-commit/changelog_dates by Anthony Sottile · 4 years, 9 months ago
  54. 3ed9b62 Add dates to changelog entries by Anthony Sottile · 4 years, 9 months ago
  55. d6d3bd9 v2.3.0 by Anthony Sottile · 4 years, 9 months ago v2.3.0
  56. c245a7c Merge pull request #400 from pycontribs/toml-checker by Anthony Sottile · 4 years, 9 months ago
  57. 696c403 Merge pull request #405 from squeaky-pl/feature/add-sys-exit-to-file-contents-sorter by Anthony Sottile · 4 years, 9 months ago
  58. 317aef4 Added tests for check_toml by Sorin Sbarnea · 4 years, 9 months ago
  59. 611a444 add sys.exit(main()) to file_contents_sorter.py by Squeaky · 4 years, 9 months ago
  60. 8d7d40c Add README entry for check-toml hook by Semyon Maryasin · 5 years ago
  61. 771156f Use toml rather than pytoml by Semyon Maryasin · 5 years ago
  62. ae70f7e Add check-toml hook by Semyon Maryasin · 5 years ago
  63. b7abd18 Merge pull request #403 from pycontribs/fix/azure by Anthony Sottile · 4 years, 9 months ago
  64. 3720994 Assure we have HOME defined during testing by Sorin Sbarnea · 4 years, 9 months ago
  65. 9ce6b9f Merge pull request #389 from danlamanna/add-rpdb-to-list-of-debuggers by Anthony Sottile · 5 years ago
  66. e34f0c4 Add the rpdb debugger to the list of debugger packages by Dan LaManna · 5 years ago
  67. 0b70e28 v2.2.3 by Anthony Sottile · 5 years ago v2.2.3
  68. 24c5f07 Merge pull request #386 from pre-commit/line_endings_string_fixer by Anthony Sottile · 5 years ago
  69. 711b730 Fix crlf line endings for double-quote-string-fixer by Anthony Sottile · 5 years ago
  70. e8e54f7 v2.2.2 by Anthony Sottile · 5 years ago v2.2.2
  71. 404e226 Merge pull request #384 from pre-commit/line_endings by Anthony Sottile · 5 years ago
  72. 79a1b26 Handle crlf endings in fix-encoding-pragma by Anthony Sottile · 5 years ago
  73. 45fc394 Merge pull request #382 from pre-commit/all-repos_autofix_mypy-ini by Anthony Sottile · 5 years ago
  74. 8bb09ce Combine mypy.ini and setup.cfg by Anthony Sottile · 5 years ago
  75. 6d7906e Merge pull request #380 from pre-commit/all-repos_autofix_azure-pre-commit by Anthony Sottile · 5 years ago
  76. 9eb0d69 speed up azure jobs by Anthony Sottile · 5 years ago
  77. 1f6de3d Merge pull request #379 from pre-commit/all-repos_autofix_trim-passenv by Anthony Sottile · 5 years ago
  78. c898df9 Trim passenv (tox>=2.8) by Anthony Sottile · 5 years ago
  79. 9ee4347 v2.2.1 by Anthony Sottile · 5 years ago v2.2.1
  80. 7905d80 v2.2.0 by Anthony Sottile · 5 years ago
  81. f677478 Merge pull request #378 from roottool/change-from-open-to-io.open#377 by Anthony Sottile · 5 years ago
  82. fc9fb8b Changed position of 'import io' by roottool · 5 years ago
  83. 47c8978 Added newline by roottool · 5 years ago
  84. 5b01ea5 empty commit by roottool · 5 years ago
  85. e7924b5 Changed from open() to io.open() by roottool · 5 years ago
  86. e6e26c3 Merge pull request #376 from marcjay/no-commit-to-branch-wildcard by Anthony Sottile · 5 years ago v2.2.0
  87. 053feb1 Use AbstractSet to appease mypy by Anthony Sottile · 5 years ago
  88. a7af812 Make optional argument use an immutable set for the default value by Marc Jay · 5 years ago
  89. 6568414 Clarify default behaviour in README for no-commit-to-branch by Marc Jay · 5 years ago
  90. 7b959d1 Tidy up indentation in README changes for no-commit-to-branch by Marc Jay · 5 years ago
  91. 8d2785b Amend approach for no-commit-to-branch to use regex matching based on by Marc Jay · 5 years ago
  92. d6847c4 Add wildcard matching to no-commit-to-branch hook so that commits can by Marc Jay · 5 years ago
  93. aa9c202 Merge pull request #374 from pre-commit/check_docstring_first_no_encoding by Anthony Sottile · 5 years ago
  94. 2f6a251 Don't require an encoding for check-docstring-first by Anthony Sottile · 5 years ago
  95. cbc17d1 Merge pull request #372 from tobywf/master by Anthony Sottile · 5 years ago
  96. 841c47e Run check-byte-order-marker against all text types, not just Python files by Toby Fleming · 5 years ago
  97. f8ae0aa Merge pull request #370 from pre-commit/all-repos_autofix_trigger-on-tags by Anthony Sottile · 5 years ago
  98. 3337b5e Trigger azure pipelines on tags by Anthony Sottile · 5 years ago
  99. d85c06d Use more generic github endpoint name by Anthony Sottile · 5 years ago
  100. 5320b1c Merge pull request #368 from pre-commit/azure_pipelines by Anthony Sottile · 5 years ago