1735 Commits

Author SHA1 Message Date
Anthony Sottile
bcff73c9cc v2.3.0 v2.3.0 2020-04-22 14:16:23 -07:00
Anthony Sottile
54fdd6ae5f Merge pull request #1402 from utek/preserve_line_endings
Preserve line ending when running autoupdate
2020-04-19 09:50:59 -07:00
Lukasz Boldys
13d528c569 Preserve line ending when running autoupdate 2020-04-19 09:12:02 -07:00
Anthony Sottile
2960549682 Merge pull request #1399 from pre-commit/upgrade_pip_on_windows
Allow pip to be upgradable on windows
2020-04-17 08:21:46 -07:00
Anthony Sottile
522e82b7b7 Allow pip to be upgradable on windows 2020-04-17 07:41:11 -07:00
Anthony Sottile
171fd18ba5 Merge pull request #1395 from pre-commit/argument_length
validate argument length as part of hook-impl
2020-04-15 13:46:13 -07:00
Anthony Sottile
80a59db094 validate argument length as part of hook-impl 2020-04-15 12:30:44 -07:00
Anthony Sottile
282527ef16 Merge pull request #1388 from pre-commit/node_default_system
Default to `language_version: system` if node and npm are installed
2020-04-09 16:48:18 -07:00
Anthony Sottile
0f528544b5 Default to language_version: system if node and npm are installed 2020-04-07 20:31:42 -07:00
Anthony Sottile
30a36a8a00 Merge pull request #1382 from pre-commit/better_windows_color
support colors on windows during git better
2020-04-02 07:48:17 -07:00
Anthony Sottile
9fc5a9316e support colors on windows during git better 2020-04-02 00:10:37 -07:00
Anthony Sottile
34e9d11786 Merge pull request #1378 from sophgn/master
fix CJK characters width in output
2020-03-28 08:20:56 -07:00
zjeuhpiung liu
605b39f617 fix CJK characters width in output 2020-03-28 08:06:49 -07:00
Anthony Sottile
528c7afd18 Merge pull request #1371 from killuazhu/windows-no-user
Don't use --user when running docker on windows
2020-03-20 08:27:07 -07:00
KYLE ZHU
23d5b78fdb Don't use --user when running docker on windows 2020-03-19 21:55:16 -07:00
Anthony Sottile
bb6f1efe63 Fix issue link 2020-03-13 23:26:51 -07:00
Anthony Sottile
30d3bb2990 v2.2.0 v2.2.0 2020-03-12 12:37:15 -07:00
Anthony Sottile
1e0db9c2c8 Fix help description for --from-ref and --to-ref 2020-03-12 12:27:54 -07:00
Anthony Sottile
74c582fb04 Merge pull request #1364 from pre-commit/exec_error_no_shebang
Don't crash out on OSErrors in subprocess calls
2020-03-12 11:15:40 -07:00
Anthony Sottile
03617b2f98 Don't crash out on OSErrors in subprocess calls 2020-03-12 10:52:10 -07:00
Anthony Sottile
58a16bcf57 Merge pull request #1363 from pre-commit/broken_symlinks_healthy
mark a python environment as unhealthy if python goes missing
2020-03-12 10:07:47 -07:00
Anthony Sottile
7a49309035 mark a python environment as unhealthy if python goes missing 2020-03-12 09:40:56 -07:00
Anthony Sottile
1c10340943 Merge pull request #1359 from pre-commit/bytesable_exceptions
Don't crash on un-stringable exceptions
2020-03-10 09:45:32 -07:00
Anthony Sottile
01be1713cf Don't crash on un-stringable exceptions 2020-03-10 09:02:51 -07:00
Anthony Sottile
0a8ba31b9b Merge pull request #1349 from pre-commit/covdefaults
Use covdefaults to handle coveragerc
2020-02-29 15:10:32 -08:00
Anthony Sottile
67c1beb322 Use covdefaults to handle coveragerc 2020-02-29 14:25:19 -08:00
Anthony Sottile
4a3b10f0ed Merge pull request #1346 from pre-commit/3_6_1_plus
Drop python 3.6.0 support (broken NamedTuple)
2020-02-24 09:52:59 -08:00
Anthony Sottile
b2b5676698 Drop python 3.6.0 support (broken NamedTuple) 2020-02-24 09:34:55 -08:00
Anthony Sottile
db6124482d Merge tag 'v2.1.1' 2020-02-24 09:07:39 -08:00
Anthony Sottile
ccf84fb698 v2.1.1 v2.1.1 2020-02-24 09:04:36 -08:00
Anthony Sottile
081f3028ee Temporarily restore python 3.6.0 support 2020-02-24 09:02:19 -08:00
Anthony Sottile
5e21e0bec6 Merge pull request #1345 from pre-commit/fix_coverage
Fix test coverage
2020-02-23 15:07:52 -08:00
Anthony Sottile
1b93e26b58 Fix test coverage 2020-02-23 14:53:03 -08:00
Anthony Sottile
92f433c3cf Merge pull request #1344 from pre-commit/post_checkout_no_files
Ensure files aren't passed to post-checkout hooks
2020-02-23 12:49:23 -08:00
Anthony Sottile
53052fe019 Ensure files aren't passed to post-checkout hooks 2020-02-23 11:38:16 -08:00
Anthony Sottile
2d2ea15246 Merge pull request #1343 from pre-commit/from_ref_to_ref
Make more readable --from-ref / --to-ref aliases for --source / --origin
2020-02-23 11:21:21 -08:00
Anthony Sottile
d35b00352f Make more readable --from-ref / --to-ref aliases for --source / --origin 2020-02-23 11:07:57 -08:00
Anthony Sottile
566f1afcd4 Merge pull request #1339 from andrewhare/andrewhare/post-checkout
Add post-checkout
2020-02-23 10:39:28 -08:00
Anthony Sottile
05f486ef49 Merge pull request #1341 from particledecay/catch_commit-msg_missing_arg
Detect missing arg for prepare-commit-msg and commit-msg
2020-02-23 10:30:44 -08:00
Andrew Hare
18fa004254 Add post-checkout 2020-02-23 10:22:18 -08:00
Joey Espinosa
5258dce73b fix: catch missing arg if using {prepare-}commit-msg stage
If using the prepare-commit-msg and commit-msg stages specifically (such
    as with the try-repo command), the `--commit-msg-filename` arg must be
provided.

[fixes #1336]

chore: improve error message for hook stage check
2020-02-23 10:15:59 -08:00
Anthony Sottile
1c641b1c28 v2.1.0 v2.1.0 2020-02-18 10:53:53 -08:00
Anthony Sottile
dbdb8f7606 Merge pull request #1334 from ddelange/badge
Add pre-commit badge
2020-02-14 11:12:12 -08:00
david
5f64b1a255 Add pre-commit badge 2020-02-14 10:49:03 -08:00
Anthony Sottile
524bdaeb33 Merge pull request #1319 from pre-commit/better_shebang_detection
Improve git hook shebang creation
2020-02-07 09:27:13 -08:00
Anthony Sottile
cc45b5e57b Improve git hook shebang creation 2020-02-07 09:09:17 -08:00
Anthony Sottile
659086f22f Merge pull request #1318 from pre-commit/unnecessary_quoted_annotation
Remove unnecessary forward annotations
2020-02-07 08:54:40 -08:00
Anthony Sottile
fa8d022813 Remove unnecessary forward annotations 2020-02-07 08:32:39 -08:00
Anthony Sottile
78f406af8a Merge pull request #1311 from pre-commit/unused_latest_git_sh
delete unused testing/latest-git.sh
2020-02-03 14:23:55 -08:00
Anthony Sottile
8d2af32e4d delete unused testing/latest-git.sh 2020-02-03 14:06:51 -08:00