Commit Graph

644 Commits

Author SHA1 Message Date
Anthony Sottile
b6bcc8a80d Merge pull request #399 from pre-commit/stop_testing_py26
Stop supporting python2.6  Resolves #263
2016-08-18 16:36:14 +02:00
Anthony Sottile
1522a8e05b Stop supporting python2.6 Resolves #263 2016-08-18 07:32:47 -07:00
Anthony Sottile
ea05189c28 Merge pull request #387 from pre-commit/better_suggest_autoupdate
Clarify language around missing hooks.  Resolves #386
2016-06-25 10:52:32 -07:00
Anthony Sottile
5547db93ef Clarify language around missing hooks. Resolves #386 2016-06-25 08:14:58 -07:00
Anthony Sottile
99edd0d5c9 Merge pull request #382 from pre-commit/tags_when_available
Autoupdate to tags when available
2016-06-23 09:56:33 -07:00
Anthony Sottile
758faa4ae7 Autoupdate to tags when available 2016-06-23 08:29:33 -07:00
Anthony Sottile
d845ec6e36 Merge pull request #375 from vinayinvicible/master
only consider forward diff in changed files
2016-06-01 10:17:21 -07:00
Anthony Sottile
d2c17ed226 Merge pull request #378 from pre-commit/use_py34_py35
Use python3.4 and 3.5 instead of 3.3 and 3.4
2016-06-01 10:17:09 -07:00
Anthony Sottile
a5f312e4e1 Use python3.4 and 3.5 instead of 3.3 and 3.4 2016-06-01 09:20:41 -07:00
Anthony Sottile
b81e489cb2 Merge pull request #377 from pre-commit/py35_travis
Simpler python3.5 on travis-ci
2016-06-01 09:20:17 -07:00
Anthony Sottile
31599822fc Simpler python3.5 on travis-ci 2016-06-01 08:31:18 -07:00
Vinay Karanam
b61a0b5467 added test for git forward diff 2016-06-01 15:49:44 +05:30
Anthony Sottile
00bed9ea2f Merge pull request #376 from pre-commit/dont_run_on_deleted_files
Don't run on deleted files.  Resolves #374
2016-05-25 09:32:01 -07:00
Anthony Sottile
db97cf3329 Don't run on deleted files. Resolves #374 2016-05-25 08:42:02 -07:00
vinay karanam
81d7efa7bb only consider forward diff in changed files 2016-05-25 14:44:59 +05:30
Anthony Sottile
6654fee5f9 Merge pull request #373 from pre-commit/not_using_pylint
We're not using pylint
2016-05-20 16:31:19 -07:00
Anthony Sottile
efe33ffe5c We're not using pylint 2016-05-20 16:14:18 -07:00
Anthony Sottile
7c213f4482 v0.8.2 v0.8.2 2016-05-20 15:28:16 -07:00
Anthony Sottile
efda3cdcd0 Merge pull request #372 from pre-commit/dont_crash_on_not_found_exe
Don't crash when an executable is not found
2016-05-20 15:03:53 -07:00
Anthony Sottile
5a6b6e81e9 Don't crash when an executable is not found 2016-05-20 13:32:33 -07:00
Anthony Sottile
cd03f78d08 v0.8.1 v0.8.1 2016-05-17 09:17:11 -07:00
Anthony Sottile
99df3cb602 Merge pull request #370 from pre-commit/fix_already_using_rbenv_default_ruby_version
Fix already using rbenv + default ruby.  Resolves #369.
2016-05-17 09:15:51 -07:00
Anthony Sottile
e77bb8f3c3 Fix already using rbenv + default ruby. Resolves #369. 2016-05-17 08:23:21 -07:00
Anthony Sottile
749b840695 Merge pull request #368 from trbs/fix_autoupdate_loghandler
Set up logging handler in autoupdate
2016-05-10 18:55:57 -07:00
trbs
8f73b321f5 reorder imports 2016-05-10 17:40:11 +02:00
trbs
9c64ce2caf Set up logging handler in autoupdate 2016-05-10 13:47:06 +02:00
Anthony Sottile
da7e85c851 v0.8.0 v0.8.0 2016-04-11 13:46:57 -07:00
Anthony Sottile
19bc0dc1b1 Merge pull request #355 from pre-commit/env_context
Factor out bash and activate files
2016-04-11 09:54:46 -07:00
Anthony Sottile
f8c82f99fd Make the pcre check for a more compliant implementation 2016-04-07 21:33:10 -07:00
Anthony Sottile
82369fd99f Add utility for parsing shebangs and resolving PATH 2016-04-03 22:54:46 -07:00
Anthony Sottile
a932315a15 Implement 'negate' to simplify pcre 2016-03-25 11:21:50 -07:00
Anthony Sottile
b7d395410b Implement a simplified xargs in python 2016-03-25 11:21:50 -07:00
Anthony Sottile
a5b56bd9e3 Factor out bash and activate files 2016-03-25 11:21:50 -07:00
Anthony Sottile
00a3a9a09b Add envcontext helper 2016-03-25 11:21:50 -07:00
Anthony Sottile
495e21b24d Merge pull request #358 from pre-commit/use_markers
Only require argparse / ordereddict under py26
2016-03-25 10:49:32 -07:00
Anthony Sottile
b61cf58237 Only require argparse / ordereddict under py26 2016-03-25 10:19:01 -07:00
Anthony Sottile
6cf2a9bde1 Merge pull request #356 from pre-commit/nocover_py3
Add a missing no-cover to increase coverage under py3
2016-03-21 15:22:22 -07:00
Anthony Sottile
f3802e7944 Add a missing no-cover to increase coverage under py3 2016-03-21 15:21:22 -07:00
Anthony Sottile
1f9f7379a1 No 'docs' toxenv 2016-03-21 10:58:01 -07:00
Anthony Sottile
eb6da4ae10 Improve --color help with argparse metavar 2016-03-08 16:34:09 -08:00
Anthony Sottile
77a1a29c12 Merge pull request #350 from brettmcintosh/help_text_fixes
Improve help text
2016-03-08 16:27:23 -08:00
Brett
4bb2bfea52 Add periods to help texts for all run commands. 2016-03-08 15:57:55 -08:00
Brett
e0f1a34319 Style: fixed line length 2016-03-08 15:51:28 -08:00
Brett
23a140aa30 Improve help text
Add choices to --color help text.
Fix typo in --allow-unstaged-config.
2016-03-08 11:31:21 -08:00
Anthony Sottile
3b28e8f807 Merge pull request #348 from pre-commit/use_pyterminalsize
Use pyterminalsize for terminal sizing
2016-02-22 12:00:39 -08:00
Anthony Sottile
710c24b868 Use pyterminalsize for terminal sizing 2016-02-21 21:07:08 -08:00
Anthony Sottile
00c853b10c Merge pull request #347 from pre-commit/terminal_width_windows_round2
Fall back to tput when terminal size information is missing
2016-02-20 23:05:04 -08:00
Anthony Sottile
a9498d28a7 Fall back to tput when terminal size information is missing 2016-02-20 22:15:23 -08:00
Anthony Sottile
d699f64de8 Merge pull request #346 from pre-commit/terminal_width_windows
Support terminal width on windows.  Resolves #199
2016-02-20 21:42:28 -08:00
Anthony Sottile
4f6e4aedee Support terminal width on windows. Resolves #199 2016-02-20 20:55:39 -08:00