Commit graph

  • 616c1ebd18 Merge pull request #79 from chriskuehl/requirements-sorter-nocase Anthony Sottile 2015-08-17 12:55:56 -07:00
  • a1b0104f3d Sort requirements.txt case-insensitively Chris Kuehl 2015-08-17 12:43:13 -07:00
  • c2992bd3a1 Merge pull request #77 from pre-commit/check_ast_hook Anthony Sottile 2015-08-04 13:58:11 -07:00
  • 8a8aaf5a60 Add a hook to verify python ast. Anthony Sottile 2015-08-04 13:45:41 -07:00
  • 003e43251a Merge pull request #76 from chriskuehl/private-key-print-only-filename Anthony Sottile 2015-08-01 20:08:17 -04:00
  • ca2be345a1 detect_private_key: print *filenames*, not the key Chris Kuehl 2015-08-01 16:59:21 -07:00
  • 5dd2605fbe Merge pull request #75 from chriskuehl/add-pp-to-extensions Anthony Sottile 2015-07-28 08:01:36 -04:00
  • 500b279eaa Add .pp (Puppet manifest) to file extensions lists Chris Kuehl 2015-07-27 21:23:02 -07:00
  • 516cc9fa72 Allow six to bump Anthony Sottile 2015-06-17 11:49:19 -07:00
  • 99574324eb Merge pull request #60 from arahayrabedian/master Anthony Sottile 2015-06-17 11:46:15 -07:00
  • 993c05be65 update readme to reflect that we no longer check for access keys, only secrets Ara Hayrabedian 2015-06-13 16:32:30 +04:00
  • 974ef4e93c disable import checking for six.moves Ara Hayrabedian 2015-06-13 14:18:08 +04:00
  • 255af75d1f add six to installation requirements Ara Hayrabedian 2015-06-12 19:21:14 +04:00
  • 02e8bdc9d8 add tests, test sample files and minor refactor of exit codes in actual hook in order to facilitate testing Ara Hayrabedian 2015-06-12 19:20:56 +04:00
  • 88725503c4 remove print statement Ara Hayrabedian 2015-06-12 17:02:06 +04:00
  • 3078aec57b use six for config parser, add to reqs ditch checkign access_key (don't consider these a secret) don't check line by line, check the whole file in bulk instead Ara Hayrabedian 2015-06-12 16:24:01 +04:00
  • 0d88124ef6 Merge pull request #66 from pre-commit/binary_detect_private_key_64 Anthony Sottile 2015-06-11 14:43:43 -07:00
  • 07c938e1b1 Allow arbitrary binary to pass the private key hook check. Resolves #64 Anthony Sottile 2015-06-11 13:28:10 -07:00
  • 6077f2fefb Merge pull request #65 from LeoCavaille/master Anthony Sottile 2015-06-10 21:44:43 -07:00
  • 55bf22dc4a Add new hook pretty-format-json Léo Cavaillé 2015-06-10 17:08:48 -04:00
  • 95bf20d52d add aws credential checking ONLY FOR YOUR OWN credentials if they're set in a configurable credentials file (AWS CLI tools' native format) Ara Hayrabedian 2015-05-31 23:50:49 +04:00
  • cf550fcab3 v0.4.2 v0.4.2 Anthony Sottile 2015-05-31 14:02:52 -07:00
  • f138e3451b Update hooks Anthony Sottile 2015-05-31 13:51:02 -07:00
  • 5656e3cc30 Bump hooks Anthony Sottile 2015-05-31 13:47:21 -07:00
  • 9ba5af45ce Fix #59 by removing direct dependency on pyflakes Anthony Sottile 2015-05-31 13:46:47 -07:00
  • 2dda836789 tox-- Anthony Sottile 2015-05-16 19:11:06 -07:00
  • a00c16b8a3 Merge pull request #58 from dupuy/markdown-trailing-whitespace Anthony Sottile 2015-05-11 06:51:38 -07:00
  • a6023ac0d7 Implement Markdown trailing space line break preservation Alexander Dupuy 2015-05-10 10:00:54 +02:00
  • 822d83a142 Merge pull request #56 from dupuy/avoid-markup-merge-conflict-fp-2 Anthony Sottile 2015-05-08 20:38:34 -07:00
  • 16a4e68d88 Merge pull request #55 from dupuy/avoid-markup-merge-conflict-fp Anthony Sottile 2015-05-08 20:38:17 -07:00
  • 5c752935fd Refactor check-merge-conflicts tests Alexander Dupuy 2015-05-07 23:04:15 +02:00
  • eefc46f901 Don't report markup titles as merge conflicts Alexander Dupuy 2015-05-07 18:20:42 +02:00
  • 0ff999d2fd Merge a4dbda57ca into cedcea550c jab 2015-04-17 00:39:41 +00:00
  • cedcea550c Merge pull request #54 from rhoml/rhoml/add-eyaml-support Anthony Sottile 2015-04-16 00:50:57 -04:00
  • efb691467b Add eyaml support for check-yaml hook Rhommel Lamas 2015-04-16 13:53:19 +10:00
  • 2d83e302cc Merge pull request #53 from mythmon/patch-1 Anthony Sottile 2015-04-10 14:18:36 -04:00
  • edee3f64b9 Add q as a debug statement Mike Cooper 2015-04-10 10:55:33 -07:00
  • a4dbda57ca first pass at #50 (yapf hook) jab 2015-03-30 14:46:20 -04:00
  • 15b678e9c6 Merge pull request #49 from pre-commit/only_check_merge_conflicted_files Anthony Sottile 2015-03-21 14:04:37 -07:00
  • 635fa7dd9d Only check merge conflicts on conflict commits Anthony Sottile 2015-03-20 16:15:09 -07:00
  • 34444ba2c7 Merge pull request #48 from pre-commit/no_more_plumbum Anthony Sottile 2015-03-20 14:30:56 -07:00
  • 713fab4bc7 Remove dependency on plumbum Anthony Sottile 2015-03-20 13:52:21 -07:00
  • c9b6161fab Merge pull request #47 from guykisel/merge-conflict-hook Anthony Sottile 2015-03-13 17:50:47 -06:00
  • 86d8446800 Fix off by one error in line number enumeration Guy Kisel 2015-03-13 16:32:21 -07:00
  • 779a42919a Add check-merge-conflict hook Guy Kisel 2015-03-13 16:30:14 -07:00
  • 70a319aea3 Merge pull request #46 from guykisel/django-test-hook Anthony Sottile 2015-03-11 20:28:49 -06:00
  • db4b8f02f3 Add --django flag to test name checker Guy Kisel 2015-03-11 17:44:59 -07:00
  • 9ce45609a9 Merge pull request #43 from campaul/detect_private_key Anthony Sottile 2015-03-08 12:38:35 -07:00
  • 4cb861acec v0.4.1 v0.4.1 Anthony Sottile 2015-03-08 12:32:40 -07:00
  • 686d486791 Bump to latest hooks Anthony Sottile 2015-03-08 11:34:33 -07:00
  • 4078cbedf0 Quickfix to prevent pep8 conflicts Anthony Sottile 2015-03-08 11:34:04 -07:00
  • 68a7729327 Detect OpenSSH private keys Cameron Paul 2015-03-06 12:45:32 -08:00
  • 9d1ac3273b Update README.md Anthony Sottile 2015-02-27 07:58:59 -08:00
  • fc8b97e4ab Merge pull request #39 from pre-commit/autopep8_via_config Ken Struys 2015-02-26 19:33:40 -08:00
  • d96cef92c9 Respect autopep8 config. Resolves #38. Anthony Sottile 2015-02-26 18:23:52 -08:00
  • 9f107a0327 v0.4.0 v0.4.0 Anthony Sottile 2015-02-22 08:39:33 -08:00
  • c4c3c735fd Merge pull request #36 from pre-commit/more_natural_sort_requirements Anthony Sottile 2015-02-12 09:41:57 -08:00
  • 151d485a81 More naturally sort requirements. Anthony Sottile 2015-02-12 07:51:34 -08:00
  • a4ba3ca567 Merge pull request #35 from pre-commit/use_tokenizer_for_string_fixer Ken Struys 2015-02-10 10:28:30 -08:00
  • 2983d4478f Use the tokenizer for great success Anthony Sottile 2015-02-10 08:14:53 -08:00
  • 5207d1f29a Merge pull request #34 from struys/string_fixer Anthony Sottile 2015-02-09 10:13:57 -08:00
  • fed386438e Merge pull request #1 from pre-commit/meybs_fixey_fixey Ken Struys 2015-02-09 09:58:59 -08:00
  • 9326fad9c8 Simplify string-fixer Anthony Sottile 2015-02-09 09:45:58 -08:00
  • 12f02dfeb8 implemented a basic double quote string fixer Ken Struys 2015-02-05 19:58:20 -08:00
  • 5fe82b3a37 Update README.md Anthony Sottile 2015-01-19 18:06:06 -08:00
  • 6bd93dca39 Merge pull request #33 from pre-commit/appveyor Anthony Sottile 2015-01-19 17:42:00 -08:00
  • e70a83fbd6 Add appveyor Anthony Sottile 2015-01-19 16:51:58 -08:00
  • e39cfdf454 Merge pull request #32 from pre-commit/windows_support Anthony Sottile 2015-01-19 16:47:03 -08:00
  • dd9a07daf1 Fix end-of-file-fixer on windows Anthony Sottile 2015-01-19 16:43:10 -08:00
  • 375913d017 Merge pull request #31 from pre-commit/readme_test Anthony Sottile 2015-01-18 09:55:55 -08:00
  • a8b89150ff Add test for readme Anthony Sottile 2015-01-18 09:48:14 -08:00
  • 144e6a931e Merge pull request #30 from pre-commit/check-xml Anthony Sottile 2015-01-17 10:39:10 -08:00
  • ddc9208a5f Add check-xml hook. Anthony Sottile 2015-01-17 10:21:44 -08:00
  • fea9b2ece7 Merge pull request #28 from pre-commit/use_c_loader Anthony Sottile 2015-01-15 10:49:28 -08:00
  • 44946b62c1 Temporarily remove pypy3 due to lxml not being installable Anthony Sottile 2015-01-15 10:33:40 -08:00
  • e1c091a4e3 Use the CLoader when present to validate yaml Anthony Sottile 2015-01-15 09:44:48 -08:00
  • 5541a6a046 Merge pull request #25 from guykisel/update-readme-case-conflict Anthony Sottile 2015-01-13 13:51:25 -08:00
  • 566b64ab00 Add check-case-conflict to README.md #21 #22 gkisel 2015-01-13 12:50:31 -08:00
  • 9b830ad92e Merge pull request #22 from guykisel/check-case-conflict Anthony Sottile 2015-01-12 16:44:48 -08:00
  • c682b50749 Add check_case_conflict hook #21 gkisel 2015-01-07 14:07:32 -08:00
  • fdfc499e48 Merge pull request #23 from kentwills/autopep8_clarification Anthony Sottile 2015-01-12 11:17:04 -08:00
  • cf78558b9e Merge pull request #24 from campaul/requirements_txt_print Anthony Sottile 2015-01-12 11:08:59 -08:00
  • f06dfdae7f Print on requirements.txt failure Cameron Paul 2015-01-12 13:03:11 -06:00
  • 98f5ee8c68 added documentation to hooks.yaml Kent Wills 2015-01-12 12:46:45 -05:00
  • b273a4486f change wording so that people know this hook needs arguments. Kent Wills 2015-01-12 12:23:13 -05:00
  • b08f834d65 Update pre-commit hooks Anthony Sottile 2015-01-04 16:05:20 -08:00
  • b03733bc86 Merge pull request #19 from pre-commit/fix_name_tests_test Anthony Sottile 2015-01-04 15:07:22 -08:00
  • 63f01e99ac Fix name-tests-test Anthony Sottile 2015-01-04 15:03:56 -08:00
  • 6f79329910 Merge pull request #18 from pre-commit/docstring_first Anthony Sottile 2015-01-04 13:22:09 -08:00
  • 53f1dc0163 Add check-docstring-first hook. Anthony Sottile 2015-01-04 13:06:21 -08:00
  • 7a5a46a1dc Merge pull request #17 from pre-commit/remove_entry_decorator Anthony Sottile 2015-01-04 11:14:08 -08:00
  • 2f1d2bbe5b Remove @entry decorator (and misc cleanup) Anthony Sottile 2015-01-04 11:08:53 -08:00
  • 9bfa01da81 Merge pull request #16 from pre-commit/large_added_files Anthony Sottile 2014-12-31 12:34:28 -08:00
  • a42a26bef3 Add check-added-large-files to the hooks we use Anthony Sottile 2014-12-31 12:24:22 -08:00
  • e0a6e66528 Add check-added-large-files hook Anthony Sottile 2014-12-31 12:21:21 -08:00
  • 2bd608119f Merge pull request #15 from pre-commit/cross_platform_trim_trailing_whitespace Anthony Sottile 2014-12-24 05:00:30 -08:00
  • e3312c773e Use fileinput instead of sed. Anthony Sottile 2014-12-23 12:04:19 -08:00
  • 9e021def23 Merge e4e6621bbd into 25e50df1e5 SAKAMOTO Kazunori 2014-12-22 00:58:46 +00:00
  • e4e6621bbd Fix arguments of sed command for Mac OS. Kazunori Sakamoto 2014-12-22 09:52:16 +09:00
  • 25e50df1e5 Merge pull request #13 from exKAZUu/master Anthony Sottile 2014-12-21 06:24:32 -08:00