1. 8f61529 drop python3.6 support by Anthony Sottile · 3 years, 3 months ago
  2. 1a5a5a2 Migrate setup.py to setup.cfg declarative metadata by Anthony Sottile · 6 years ago
  3. 4575652 Use default flake8 config by Anthony Sottile · 6 years ago
  4. 030bfac Apply typing to all of pre-commit-hooks by Anthony Sottile · 6 years ago
  5. a762639 switch from pyyaml to ruamel.yaml by Anthony Sottile · 6 years ago
  6. c8bad49 v2.1.0 by Anthony Sottile · 6 years ago v2.1.0
  7. e01bc2c v2.0.0 by Anthony Sottile · 6 years ago v2.0.0
  8. 526904b Remove autopep8-wrapper in favor of autopep8 by Anthony Sottile · 6 years ago
  9. 219c70a v1.4.0 by Anthony Sottile · 7 years ago v1.4.0
  10. c9899ab Don't test python3.5 now that we test python3.7 by Anthony Sottile · 7 years ago
  11. a6209d8 v1.3.0 by Anthony Sottile · 7 years ago v1.3.0
  12. 18b3ab7 debug-statements: detect python3.7+ breakpoint() by Anthony Sottile · 7 years ago
  13. 92e1570 v1.2.3 by Anthony Sottile · 7 years ago v1.2.3
  14. f6780b9 Fix trailing-whitespace entrypoint by Anthony Sottile · 7 years ago
  15. 1b12723 v1.2.2 by Anthony Sottile · 7 years ago v1.2.2
  16. b1a8062 v1.2.1 by Anthony Sottile · 7 years ago v1.2.1
  17. 0ddb3b8 v1.2.0 by Anthony Sottile · 7 years ago v1.2.0
  18. 3e1b954 Add six back to setup.py by Anthony Sottile · 7 years ago
  19. 00974ef Remove pretty_format_json simplejson dependency by Calum Lind · 7 years ago
  20. 35996b7 Add check to enforce literal syntax for Python builtin types by Ben Webber · 7 years ago
  21. f1e943e v1.1.1 by Anthony Sottile · 7 years ago v1.1.1
  22. 8a98c5e v1.1.0 by Anthony Sottile · 7 years ago v1.1.0
  23. c326dc2 v1.0.0 by Anthony Sottile · 7 years ago v1.0.0
  24. 9db0a74 Add hook for ensuring vcs permalinks by Anthony Sottile · 8 years ago
  25. dec98f7 v0.9.5 by Anthony Sottile · 8 years ago v0.9.5
  26. efdceb4 v0.9.4 by Anthony Sottile · 8 years ago v0.9.4
  27. 54ec15f Fix mixed-line-endings entrypoint by Anthony Sottile · 8 years ago
  28. 9730eb3 v0.9.3 by Anthony Sottile · 8 years ago v0.9.3
  29. fbcd096 Simplify mixed-line-ending hook by Anthony Sottile · 8 years ago
  30. fc8a5b2 Add mixed-line-ending hook by Morgan Courbet · 8 years ago
  31. 78dffcc v0.9.2 by Anthony Sottile · 8 years ago v0.9.2
  32. 20209f6 Merge pull request #180 from pre-commit/require_new_autopep8 by Anthony Sottile · 8 years ago
  33. 7192665 v0.9.1 by Anthony Sottile · 8 years ago v0.9.1
  34. 16879bc Merge pull request #211 from pre-commit/check-executables-have-shebangs by Anthony Sottile · 8 years ago
  35. 5dbbd4d v0.9.0 by Anthony Sottile · 8 years ago v0.9.0
  36. 13991f0 Add a checker for executables without shebangs by Chris Kuehl · 8 years ago
  37. d188f2e Merge branch 'master' into file_contents_sorter_hook by Daniel Gallagher · 8 years ago
  38. b6eff3d Add sort-simple-yaml hook (originally private hook from yelp_pre_commit_hooks) by Daniel Gallagher · 8 years ago
  39. 9425c5d First commit of file-contents-sorter precommit hook by Daniel Gallagher · 8 years ago
  40. 78818b9 v0.8.0 by Anthony Sottile · 8 years ago v0.8.0
  41. a859266 Add a no commit to specific branch hook. (#185) by Evan Felix · 8 years ago
  42. ef7c425 Require a newer version of autopep8 by Anthony Sottile · 8 years ago
  43. 20f0462 v0.7.1 by Anthony Sottile · 8 years ago v0.7.1
  44. 63142f2 v0.7.0 by Anthony Sottile · 8 years ago v0.7.0
  45. bec4406 Test py36 instead of py34 by Anthony Sottile · 8 years ago
  46. 77a7bba v0.6.1 by Anthony Sottile · 8 years ago v0.6.1
  47. 4b928ab Add forbid-new-submodules to hooks.yaml by Chris Kuehl · 8 years ago
  48. d19360c Drop py33, add py35 by Anthony Sottile · 9 years ago
  49. 6925455 v0.6.0 by Anthony Sottile · 9 years ago v0.6.0
  50. adbb569 v0.5.1 by Anthony Sottile · 9 years ago v0.5.1
  51. ff65d01 v0.5.0 by Anthony Sottile · 9 years ago v0.5.0
  52. fe9c404 Forbid files with a UTF-8 BOM by Anthony Sottile · 9 years ago
  53. 97b88d9 flake8 2.5.3 is broken: https://gitlab.com/pycqa/flake8/issues/119 by Anthony Sottile · 9 years ago
  54. 64943e8 Add metadata for check-symlinks by Anthony Sottile · 9 years ago
  55. aa2ba6f Add encoding pragma hook. Resolves pre-commit/pre-commit#15 by Anthony Sottile · 9 years ago
  56. 8a8aaf5 Add a hook to verify python ast. by Anthony Sottile · 10 years ago
  57. 516cc9f Allow six to bump by Anthony Sottile · 10 years ago
  58. 9957432 Merge pull request #60 from arahayrabedian/master by Anthony Sottile · 10 years ago
  59. 255af75 add six to installation requirements by Ara Hayrabedian · 10 years ago
  60. 55bf22d Add new hook pretty-format-json by Léo Cavaillé · 10 years ago
  61. 95bf20d add aws credential checking ONLY FOR YOUR OWN credentials if they're set in a configurable credentials file (AWS CLI tools' native format) by Ara Hayrabedian · 10 years ago
  62. cf550fc v0.4.2 by Anthony Sottile · 10 years ago v0.4.2
  63. 9ba5af4 Fix #59 by removing direct dependency on pyflakes by Anthony Sottile · 10 years ago
  64. 713fab4 Remove dependency on plumbum by Anthony Sottile · 10 years ago
  65. 779a429 Add check-merge-conflict hook by Guy Kisel · 10 years ago
  66. 9ce4560 Merge pull request #43 from campaul/detect_private_key by Anthony Sottile · 10 years ago
  67. 4cb861a v0.4.1 by Anthony Sottile · 10 years ago v0.4.1
  68. 4078cbe Quickfix to prevent pep8 conflicts by Anthony Sottile · 10 years ago
  69. 68a7729 Detect OpenSSH private keys by Cameron Paul · 10 years ago
  70. d96cef9 Respect autopep8 config. Resolves #38. by Anthony Sottile · 10 years ago
  71. 9f107a0 v0.4.0 by Anthony Sottile · 10 years ago v0.4.0
  72. 12f02df implemented a basic double quote string fixer by Ken Struys · 10 years ago
  73. ddc9208 Add check-xml hook. by Anthony Sottile · 10 years ago
  74. c682b50 Add check_case_conflict hook #21 by gkisel · 10 years ago
  75. 53f1dc0 Add check-docstring-first hook. by Anthony Sottile · 10 years ago
  76. e0a6e66 Add check-added-large-files hook by Anthony Sottile · 10 years ago
  77. eb53190 Fix requirements-txt-fixer entrypoint by Anthony Sottile · 10 years ago
  78. b83ea59 Added requirements.txt hook by Cameron Paul · 10 years ago
  79. dc94a69 Add testing for pypy3 by Anthony Sottile · 10 years ago
  80. 6343700 v0.3.0 by Anthony Sottile · 11 years ago v0.3.0
  81. 86b1c9d Add autopep8-wrapper hook. by Anthony Sottile · 11 years ago
  82. 243fe50 Add a hook for checking parseable json. by Anthony Sottile · 11 years ago
  83. c94b208 This is v0.1.1 by Anthony Sottile · 11 years ago v0.1.1
  84. 80c5a18 This is v0.1.0 by Anthony Sottile · 11 years ago v0.1.0
  85. dd18ff1 MIT by Anthony Sottile · 11 years ago
  86. f961d8f Add python 3.4 on travis. by Anthony Sottile · 11 years ago
  87. b80ca9e Update project setup. by Anthony Sottile · 11 years ago
  88. 1c9ce9d Add flake8 hook. Tests are broken though. by Anthony Sottile · 11 years ago
  89. 3e45f53 Add a hook for yaml files. by Anthony Sottile · 11 years ago
  90. 57f1533 Added end of file fixer hook. by Anthony Sottile · 11 years ago
  91. 4574154 Refactored how entry points work. by Anthony Sottile · 11 years ago
  92. ab35cd3 Add name-tests-test hook by Anthony Sottile · 11 years ago
  93. 3d3427e Fix setup.py by Anthony Sottile · 11 years ago
  94. acd9eaf Add trailing whitespace fixer. by Anthony Sottile · 11 years ago
  95. 4fc86a8 Added debug statement hook. by Anthony Sottile · 11 years ago
  96. 5e713f8 Add the first hook by Anthony Sottile · 11 years ago
  97. 27291ff Initial commit. by Anthony Sottile · 11 years ago