Release notes
*Sourced from [pre-commit's releases](https://github.com/pre-commit/pre-commit/releases).*
> ## pre-commit v1.20.0
> ### Features
> - Allow building newer versions of `ruby`.
> - [#1193](https://github-redirect.dependabot.com/pre-commit/pre-commit/issues/1193) issue by [@choffee](https://github.com/choffee).
> - [#1195](https://github-redirect.dependabot.com/pre-commit/pre-commit/issues/1195) PR by [@choffee](https://github.com/choffee).
> - Bump versions reported in `pre-commit sample-config`.
> - [#1197](https://github-redirect.dependabot.com/pre-commit/pre-commit/issues/1197) PR by [@asottile](https://github.com/asottile).
>
> ### Fixes
> - Fix rare race condition with multiple concurrent first-time runs.
> - [#1192](https://github-redirect.dependabot.com/pre-commit/pre-commit/issues/1192) issue by [@raholler](https://github.com/raholler).
> - [#1196](https://github-redirect.dependabot.com/pre-commit/pre-commit/issues/1196) PR by [@asottile](https://github.com/asottile).
>
> ## pre-commit v1.19.0
> ### Features
> - Allow `--hook-type` to be specified multiple times.
> - example: `pre-commit install --hook-type pre-commit --hook-type pre-push`
> - [#1139](https://github-redirect.dependabot.com/pre-commit/pre-commit/issues/1139) issue by [@MaxymVlasov](https://github.com/MaxymVlasov).
> - [#1145](https://github-redirect.dependabot.com/pre-commit/pre-commit/issues/1145) PR by [@asottile](https://github.com/asottile).
> - Include more version information in crash logs.
> - [#1142](https://github-redirect.dependabot.com/pre-commit/pre-commit/issues/1142) by [@marqueewinq](https://github.com/marqueewinq).
> - Hook colors are now passed through on platforms which support `pty`.
> - [#1169](https://github-redirect.dependabot.com/pre-commit/pre-commit/issues/1169) by [@asottile](https://github.com/asottile).
> - pre-commit now uses `importlib.metadata` directly when running in python 3.8
> - [#1176](https://github-redirect.dependabot.com/pre-commit/pre-commit/issues/1176) by [@asottile](https://github.com/asottile).
> - Normalize paths to forward slash separators on windows.
> - makes it easier to match paths with `files:` regex
> - avoids some quoting bugs in shell-based hooks
> - [#1173](https://github-redirect.dependabot.com/pre-commit/pre-commit/issues/1173) issue by [@steigenTI](https://github.com/steigenTI).
> - [#1179](https://github-redirect.dependabot.com/pre-commit/pre-commit/issues/1179) PR by [@asottile](https://github.com/asottile).
>
> ### Fixes
> - Remove some extra newlines from error messages.
> - [#1148](https://github-redirect.dependabot.com/pre-commit/pre-commit/issues/1148) by [@asottile](https://github.com/asottile).
> - When a hook is not executable it now reports `not executable` instead of `not found`.
> - [#1159](https://github-redirect.dependabot.com/pre-commit/pre-commit/issues/1159) issue by [@nixjdm](https://github.com/nixjdm).
> - [#1161](https://github-redirect.dependabot.com/pre-commit/pre-commit/issues/1161) PR by [@WillKoehrsen](https://github.com/WillKoehrsen).
> - Fix interleaving of stdout / stderr in hooks.
> - [#1168](https://github-redirect.dependabot.com/pre-commit/pre-commit/issues/1168) by [@asottile](https://github.com/asottile).
> - Fix python environment `healthy()` check when current working directory contains modules which shadow standard library names.
> - issue by [@vwhsu92](https://github.com/vwhsu92).
> - [#1185](https://github-redirect.dependabot.com/pre-commit/pre-commit/issues/1185) PR by [@asottile](https://github.com/asottile).
>
> ### Updating
> - Regexes handling both backslashes and forward slashes for directory separators now only need to handle forward slashes.
>
> ## pre-commit v1.18.3
> ### Fixes
> - Fix `node_modules` plugin installation on windows
> - [#1123](https://github-redirect.dependabot.com/pre-commit/pre-commit/issues/1123) issue by [@henryykt](https://github.com/henryykt).
> ... (truncated)
Changelog
*Sourced from [pre-commit's changelog](https://github.com/pre-commit/pre-commit/blob/master/CHANGELOG.md).*
> 1.20.0 - 2019-10-28
> ===================
>
> ### Features
> - Allow building newer versions of `ruby`.
> - [#1193](https://github-redirect.dependabot.com/pre-commit/pre-commit/issues/1193) issue by [@choffee](https://github.com/choffee).
> - [#1195](https://github-redirect.dependabot.com/pre-commit/pre-commit/issues/1195) PR by [@choffee](https://github.com/choffee).
> - Bump versions reported in `pre-commit sample-config`.
> - [#1197](https://github-redirect.dependabot.com/pre-commit/pre-commit/issues/1197) PR by [@asottile](https://github.com/asottile).
>
> ### Fixes
> - Fix rare race condition with multiple concurrent first-time runs.
> - [#1192](https://github-redirect.dependabot.com/pre-commit/pre-commit/issues/1192) issue by [@raholler](https://github.com/raholler).
> - [#1196](https://github-redirect.dependabot.com/pre-commit/pre-commit/issues/1196) PR by [@asottile](https://github.com/asottile).
>
> 1.19.0 - 2019-10-26
> ===================
>
> ### Features
> - Allow `--hook-type` to be specified multiple times.
> - example: `pre-commit install --hook-type pre-commit --hook-type pre-push`
> - [#1139](https://github-redirect.dependabot.com/pre-commit/pre-commit/issues/1139) issue by [@MaxymVlasov](https://github.com/MaxymVlasov).
> - [#1145](https://github-redirect.dependabot.com/pre-commit/pre-commit/issues/1145) PR by [@asottile](https://github.com/asottile).
> - Include more version information in crash logs.
> - [#1142](https://github-redirect.dependabot.com/pre-commit/pre-commit/issues/1142) by [@marqueewinq](https://github.com/marqueewinq).
> - Hook colors are now passed through on platforms which support `pty`.
> - [#1169](https://github-redirect.dependabot.com/pre-commit/pre-commit/issues/1169) by [@asottile](https://github.com/asottile).
> - pre-commit now uses `importlib.metadata` directly when running in python 3.8
> - [#1176](https://github-redirect.dependabot.com/pre-commit/pre-commit/issues/1176) by [@asottile](https://github.com/asottile).
> - Normalize paths to forward slash separators on windows.
> - makes it easier to match paths with `files:` regex
> - avoids some quoting bugs in shell-based hooks
> - [#1173](https://github-redirect.dependabot.com/pre-commit/pre-commit/issues/1173) issue by [@steigenTI](https://github.com/steigenTI).
> - [#1179](https://github-redirect.dependabot.com/pre-commit/pre-commit/issues/1179) PR by [@asottile](https://github.com/asottile).
>
> ### Fixes
> - Remove some extra newlines from error messages.
> - [#1148](https://github-redirect.dependabot.com/pre-commit/pre-commit/issues/1148) by [@asottile](https://github.com/asottile).
> - When a hook is not executable it now reports `not executable` instead of
> `not found`.
> - [#1159](https://github-redirect.dependabot.com/pre-commit/pre-commit/issues/1159) issue by [@nixjdm](https://github.com/nixjdm).
> - [#1161](https://github-redirect.dependabot.com/pre-commit/pre-commit/issues/1161) PR by [@WillKoehrsen](https://github.com/WillKoehrsen).
> - Fix interleaving of stdout / stderr in hooks.
> - [#1168](https://github-redirect.dependabot.com/pre-commit/pre-commit/issues/1168) by [@asottile](https://github.com/asottile).
> - Fix python environment `healthy()` check when current working directory
> contains modules which shadow standard library names.
> - issue by [@vwhsu92](https://github.com/vwhsu92).
> - [#1185](https://github-redirect.dependabot.com/pre-commit/pre-commit/issues/1185) PR by [@asottile](https://github.com/asottile).
>
> ### Updating
> ... (truncated)
Commits
- [`0bc40bc`](https://github.com/pre-commit/pre-commit/commit/0bc40bc4ea081802dd41ac92068104dfde468f6d) v1.20.0
- [`d099304`](https://github.com/pre-commit/pre-commit/commit/d09930469c491aef6bc3e46f2d0ad610b5548f83) Merge pull request [#1197](https://github-redirect.dependabot.com/pre-commit/pre-commit/issues/1197) from pre-commit/bump_sample_config
- [`54359ff`](https://github.com/pre-commit/pre-commit/commit/54359fff395c6890fcc4939a4ea650fede8c8197) Bump the version of pre-commit-hooks in sample-config
- [`7d5f98b`](https://github.com/pre-commit/pre-commit/commit/7d5f98b6a0f1741a45e0923a08d0a4cec70bd711) Merge pull request [#1196](https://github-redirect.dependabot.com/pre-commit/pre-commit/issues/1196) from pre-commit/mkdirp
- [`8ff880f`](https://github.com/pre-commit/pre-commit/commit/8ff880faa63084afd0abdae7d00f902f31cb3db6) Fix rare first-run race with creation of pre-commit directory
- [`6970827`](https://github.com/pre-commit/pre-commit/commit/6970827a845f6c853346c815822d9ecaf7363512) Merge pull request [#1195](https://github-redirect.dependabot.com/pre-commit/pre-commit/issues/1195) from choffee/master
- [`1bd745e`](https://github.com/pre-commit/pre-commit/commit/1bd745eccf2d9ea192bcdc7754fabdea5d766e64) Added new versions of rbenv and ruby-build
- [`f1b6a78`](https://github.com/pre-commit/pre-commit/commit/f1b6a7842a0b184410746ce506c5a78f955a3075) v1.19.0
- [`7728162`](https://github.com/pre-commit/pre-commit/commit/7728162d7a47f387187e379b8011b224b168555d) Merge pull request [#1185](https://github-redirect.dependabot.com/pre-commit/pre-commit/issues/1185) from pre-commit/healthy_types
- [`bfcee8e`](https://github.com/pre-commit/pre-commit/commit/bfcee8ec9fb5ab8390a225ba6fa64607d50eacb9) Fix python.healthy() check with stdlib module clashes
- Additional commits viewable in [compare view](https://github.com/pre-commit/pre-commit/compare/v1.15.2...v1.20.0)
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
- `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
- `@dependabot use these labels` will set the current labels as the default for future PRs for this repo and language
- `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language
- `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language
- `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language
- `@dependabot badge me` will comment on this PR with code to add a "Dependabot enabled" badge to your readme
Additionally, you can set the following in your Dependabot [dashboard](https://app.dependabot.com):
- Update frequency (including time of day and day of week)
- Pull request limits (per update run and/or open at any time)
- Out-of-range updates (receive only lockfile updates, if desired)
- Security updates (receive only security updates, if desired)
Bumps pre-commit from 1.15.2 to 1.20.0.
Release notes
*Sourced from [pre-commit's releases](https://github.com/pre-commit/pre-commit/releases).* > ## pre-commit v1.20.0 > ### Features > - Allow building newer versions of `ruby`. > - [#1193](https://github-redirect.dependabot.com/pre-commit/pre-commit/issues/1193) issue by [@choffee](https://github.com/choffee). > - [#1195](https://github-redirect.dependabot.com/pre-commit/pre-commit/issues/1195) PR by [@choffee](https://github.com/choffee). > - Bump versions reported in `pre-commit sample-config`. > - [#1197](https://github-redirect.dependabot.com/pre-commit/pre-commit/issues/1197) PR by [@asottile](https://github.com/asottile). > > ### Fixes > - Fix rare race condition with multiple concurrent first-time runs. > - [#1192](https://github-redirect.dependabot.com/pre-commit/pre-commit/issues/1192) issue by [@raholler](https://github.com/raholler). > - [#1196](https://github-redirect.dependabot.com/pre-commit/pre-commit/issues/1196) PR by [@asottile](https://github.com/asottile). > > ## pre-commit v1.19.0 > ### Features > - Allow `--hook-type` to be specified multiple times. > - example: `pre-commit install --hook-type pre-commit --hook-type pre-push` > - [#1139](https://github-redirect.dependabot.com/pre-commit/pre-commit/issues/1139) issue by [@MaxymVlasov](https://github.com/MaxymVlasov). > - [#1145](https://github-redirect.dependabot.com/pre-commit/pre-commit/issues/1145) PR by [@asottile](https://github.com/asottile). > - Include more version information in crash logs. > - [#1142](https://github-redirect.dependabot.com/pre-commit/pre-commit/issues/1142) by [@marqueewinq](https://github.com/marqueewinq). > - Hook colors are now passed through on platforms which support `pty`. > - [#1169](https://github-redirect.dependabot.com/pre-commit/pre-commit/issues/1169) by [@asottile](https://github.com/asottile). > - pre-commit now uses `importlib.metadata` directly when running in python 3.8 > - [#1176](https://github-redirect.dependabot.com/pre-commit/pre-commit/issues/1176) by [@asottile](https://github.com/asottile). > - Normalize paths to forward slash separators on windows. > - makes it easier to match paths with `files:` regex > - avoids some quoting bugs in shell-based hooks > - [#1173](https://github-redirect.dependabot.com/pre-commit/pre-commit/issues/1173) issue by [@steigenTI](https://github.com/steigenTI). > - [#1179](https://github-redirect.dependabot.com/pre-commit/pre-commit/issues/1179) PR by [@asottile](https://github.com/asottile). > > ### Fixes > - Remove some extra newlines from error messages. > - [#1148](https://github-redirect.dependabot.com/pre-commit/pre-commit/issues/1148) by [@asottile](https://github.com/asottile). > - When a hook is not executable it now reports `not executable` instead of `not found`. > - [#1159](https://github-redirect.dependabot.com/pre-commit/pre-commit/issues/1159) issue by [@nixjdm](https://github.com/nixjdm). > - [#1161](https://github-redirect.dependabot.com/pre-commit/pre-commit/issues/1161) PR by [@WillKoehrsen](https://github.com/WillKoehrsen). > - Fix interleaving of stdout / stderr in hooks. > - [#1168](https://github-redirect.dependabot.com/pre-commit/pre-commit/issues/1168) by [@asottile](https://github.com/asottile). > - Fix python environment `healthy()` check when current working directory contains modules which shadow standard library names. > - issue by [@vwhsu92](https://github.com/vwhsu92). > - [#1185](https://github-redirect.dependabot.com/pre-commit/pre-commit/issues/1185) PR by [@asottile](https://github.com/asottile). > > ### Updating > - Regexes handling both backslashes and forward slashes for directory separators now only need to handle forward slashes. > > ## pre-commit v1.18.3 > ### Fixes > - Fix `node_modules` plugin installation on windows > - [#1123](https://github-redirect.dependabot.com/pre-commit/pre-commit/issues/1123) issue by [@henryykt](https://github.com/henryykt). > ... (truncated)Changelog
*Sourced from [pre-commit's changelog](https://github.com/pre-commit/pre-commit/blob/master/CHANGELOG.md).* > 1.20.0 - 2019-10-28 > =================== > > ### Features > - Allow building newer versions of `ruby`. > - [#1193](https://github-redirect.dependabot.com/pre-commit/pre-commit/issues/1193) issue by [@choffee](https://github.com/choffee). > - [#1195](https://github-redirect.dependabot.com/pre-commit/pre-commit/issues/1195) PR by [@choffee](https://github.com/choffee). > - Bump versions reported in `pre-commit sample-config`. > - [#1197](https://github-redirect.dependabot.com/pre-commit/pre-commit/issues/1197) PR by [@asottile](https://github.com/asottile). > > ### Fixes > - Fix rare race condition with multiple concurrent first-time runs. > - [#1192](https://github-redirect.dependabot.com/pre-commit/pre-commit/issues/1192) issue by [@raholler](https://github.com/raholler). > - [#1196](https://github-redirect.dependabot.com/pre-commit/pre-commit/issues/1196) PR by [@asottile](https://github.com/asottile). > > 1.19.0 - 2019-10-26 > =================== > > ### Features > - Allow `--hook-type` to be specified multiple times. > - example: `pre-commit install --hook-type pre-commit --hook-type pre-push` > - [#1139](https://github-redirect.dependabot.com/pre-commit/pre-commit/issues/1139) issue by [@MaxymVlasov](https://github.com/MaxymVlasov). > - [#1145](https://github-redirect.dependabot.com/pre-commit/pre-commit/issues/1145) PR by [@asottile](https://github.com/asottile). > - Include more version information in crash logs. > - [#1142](https://github-redirect.dependabot.com/pre-commit/pre-commit/issues/1142) by [@marqueewinq](https://github.com/marqueewinq). > - Hook colors are now passed through on platforms which support `pty`. > - [#1169](https://github-redirect.dependabot.com/pre-commit/pre-commit/issues/1169) by [@asottile](https://github.com/asottile). > - pre-commit now uses `importlib.metadata` directly when running in python 3.8 > - [#1176](https://github-redirect.dependabot.com/pre-commit/pre-commit/issues/1176) by [@asottile](https://github.com/asottile). > - Normalize paths to forward slash separators on windows. > - makes it easier to match paths with `files:` regex > - avoids some quoting bugs in shell-based hooks > - [#1173](https://github-redirect.dependabot.com/pre-commit/pre-commit/issues/1173) issue by [@steigenTI](https://github.com/steigenTI). > - [#1179](https://github-redirect.dependabot.com/pre-commit/pre-commit/issues/1179) PR by [@asottile](https://github.com/asottile). > > ### Fixes > - Remove some extra newlines from error messages. > - [#1148](https://github-redirect.dependabot.com/pre-commit/pre-commit/issues/1148) by [@asottile](https://github.com/asottile). > - When a hook is not executable it now reports `not executable` instead of > `not found`. > - [#1159](https://github-redirect.dependabot.com/pre-commit/pre-commit/issues/1159) issue by [@nixjdm](https://github.com/nixjdm). > - [#1161](https://github-redirect.dependabot.com/pre-commit/pre-commit/issues/1161) PR by [@WillKoehrsen](https://github.com/WillKoehrsen). > - Fix interleaving of stdout / stderr in hooks. > - [#1168](https://github-redirect.dependabot.com/pre-commit/pre-commit/issues/1168) by [@asottile](https://github.com/asottile). > - Fix python environment `healthy()` check when current working directory > contains modules which shadow standard library names. > - issue by [@vwhsu92](https://github.com/vwhsu92). > - [#1185](https://github-redirect.dependabot.com/pre-commit/pre-commit/issues/1185) PR by [@asottile](https://github.com/asottile). > > ### Updating > ... (truncated)Commits
- [`0bc40bc`](https://github.com/pre-commit/pre-commit/commit/0bc40bc4ea081802dd41ac92068104dfde468f6d) v1.20.0 - [`d099304`](https://github.com/pre-commit/pre-commit/commit/d09930469c491aef6bc3e46f2d0ad610b5548f83) Merge pull request [#1197](https://github-redirect.dependabot.com/pre-commit/pre-commit/issues/1197) from pre-commit/bump_sample_config - [`54359ff`](https://github.com/pre-commit/pre-commit/commit/54359fff395c6890fcc4939a4ea650fede8c8197) Bump the version of pre-commit-hooks in sample-config - [`7d5f98b`](https://github.com/pre-commit/pre-commit/commit/7d5f98b6a0f1741a45e0923a08d0a4cec70bd711) Merge pull request [#1196](https://github-redirect.dependabot.com/pre-commit/pre-commit/issues/1196) from pre-commit/mkdirp - [`8ff880f`](https://github.com/pre-commit/pre-commit/commit/8ff880faa63084afd0abdae7d00f902f31cb3db6) Fix rare first-run race with creation of pre-commit directory - [`6970827`](https://github.com/pre-commit/pre-commit/commit/6970827a845f6c853346c815822d9ecaf7363512) Merge pull request [#1195](https://github-redirect.dependabot.com/pre-commit/pre-commit/issues/1195) from choffee/master - [`1bd745e`](https://github.com/pre-commit/pre-commit/commit/1bd745eccf2d9ea192bcdc7754fabdea5d766e64) Added new versions of rbenv and ruby-build - [`f1b6a78`](https://github.com/pre-commit/pre-commit/commit/f1b6a7842a0b184410746ce506c5a78f955a3075) v1.19.0 - [`7728162`](https://github.com/pre-commit/pre-commit/commit/7728162d7a47f387187e379b8011b224b168555d) Merge pull request [#1185](https://github-redirect.dependabot.com/pre-commit/pre-commit/issues/1185) from pre-commit/healthy_types - [`bfcee8e`](https://github.com/pre-commit/pre-commit/commit/bfcee8ec9fb5ab8390a225ba6fa64607d50eacb9) Fix python.healthy() check with stdlib module clashes - Additional commits viewable in [compare view](https://github.com/pre-commit/pre-commit/compare/v1.15.2...v1.20.0)Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase
.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) - `@dependabot use these labels` will set the current labels as the default for future PRs for this repo and language - `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language - `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language - `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language - `@dependabot badge me` will comment on this PR with code to add a "Dependabot enabled" badge to your readme Additionally, you can set the following in your Dependabot [dashboard](https://app.dependabot.com): - Update frequency (including time of day and day of week) - Pull request limits (per update run and/or open at any time) - Out-of-range updates (receive only lockfile updates, if desired) - Security updates (receive only security updates, if desired)