Release notes
*Sourced from [pre-commit's releases](https://github.com/pre-commit/pre-commit/releases).*
> ## 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).
> - [#1122](https://github-redirect.dependabot.com/pre-commit/pre-commit/issues/1122) PR by [@henryykt](https://github.com/henryykt).
>
> ## pre-commit v1.18.2
> ### Fixes
> - Make default python lookup more deterministic to avoid redundant installs
> - [#1117](https://github-redirect.dependabot.com/pre-commit/pre-commit/issues/1117) PR by [@scop](https://github.com/scop).
>
> ## pre-commit v1.18.1
> ### Fixes
> - Fix installation of `rust` hooks with new `cargo`
> - [#1112](https://github-redirect.dependabot.com/pre-commit/pre-commit/issues/1112) issue by [@zimbatm](https://github.com/zimbatm).
> - [#1113](https://github-redirect.dependabot.com/pre-commit/pre-commit/issues/1113) PR by [@zimbatm](https://github.com/zimbatm).
>
> ... (truncated)
Changelog
*Sourced from [pre-commit's changelog](https://github.com/pre-commit/pre-commit/blob/master/CHANGELOG.md).*
> 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
> - Regexes handling both backslashes and forward slashes for directory
> separators now only need to handle forward slashes.
>
> 1.18.3 - 2019-08-27
> ===================
>
> ### 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).
> - [#1122](https://github-redirect.dependabot.com/pre-commit/pre-commit/issues/1122) PR by [@henryykt](https://github.com/henryykt).
>
> 1.18.2 - 2019-08-15
> ===================
>
> ### Fixes
> ... (truncated)
Commits
- [`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
- [`1509dc4`](https://github.com/pre-commit/pre-commit/commit/1509dc497e77d742278ae9f6ed19481a24c972f2) Merge pull request [#1179](https://github-redirect.dependabot.com/pre-commit/pre-commit/issues/1179) from pre-commit/normalize_paths_to_forward_slashes
- [`707407d`](https://github.com/pre-commit/pre-commit/commit/707407dd49bf556dfaaf7553fe0c16f8408d1acc) Normalize paths on windows to forward slashes
- [`4bd6529`](https://github.com/pre-commit/pre-commit/commit/4bd6529c0521955265bacdbb4d6ef7c2ceec8eba) Merge pull request [#1176](https://github-redirect.dependabot.com/pre-commit/pre-commit/issues/1176) from pre-commit/importlib_metadata_py38
- [`f8f81db`](https://github.com/pre-commit/pre-commit/commit/f8f81db36d3f43cee3a73e3377ce07df93b54d0e) Use importlib.metadata directly in python3.8+
- [`b3582df`](https://github.com/pre-commit/pre-commit/commit/b3582dfd314f5166be82f5a4a3b3ca1b59bdf06c) Merge pull request [#1169](https://github-redirect.dependabot.com/pre-commit/pre-commit/issues/1169) from pre-commit/color
- [`7c3404e`](https://github.com/pre-commit/pre-commit/commit/7c3404ef1f7593094c854f99bcd3b3eec75fbb2f) show color in hook outputs when attached to a tty
- [`c8620f3`](https://github.com/pre-commit/pre-commit/commit/c8620f35e16ec6c2675b2dbc40503a4d751a42d1) Merge pull request [#1170](https://github-redirect.dependabot.com/pre-commit/pre-commit/issues/1170) from pre-commit/fail_fix
- Additional commits viewable in [compare view](https://github.com/pre-commit/pre-commit/compare/v1.15.2...v1.19.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.19.0.
Release notes
*Sourced from [pre-commit's releases](https://github.com/pre-commit/pre-commit/releases).* > ## 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). > - [#1122](https://github-redirect.dependabot.com/pre-commit/pre-commit/issues/1122) PR by [@henryykt](https://github.com/henryykt). > > ## pre-commit v1.18.2 > ### Fixes > - Make default python lookup more deterministic to avoid redundant installs > - [#1117](https://github-redirect.dependabot.com/pre-commit/pre-commit/issues/1117) PR by [@scop](https://github.com/scop). > > ## pre-commit v1.18.1 > ### Fixes > - Fix installation of `rust` hooks with new `cargo` > - [#1112](https://github-redirect.dependabot.com/pre-commit/pre-commit/issues/1112) issue by [@zimbatm](https://github.com/zimbatm). > - [#1113](https://github-redirect.dependabot.com/pre-commit/pre-commit/issues/1113) PR by [@zimbatm](https://github.com/zimbatm). > > ... (truncated)Changelog
*Sourced from [pre-commit's changelog](https://github.com/pre-commit/pre-commit/blob/master/CHANGELOG.md).* > 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 > - Regexes handling both backslashes and forward slashes for directory > separators now only need to handle forward slashes. > > 1.18.3 - 2019-08-27 > =================== > > ### 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). > - [#1122](https://github-redirect.dependabot.com/pre-commit/pre-commit/issues/1122) PR by [@henryykt](https://github.com/henryykt). > > 1.18.2 - 2019-08-15 > =================== > > ### Fixes > ... (truncated)Commits
- [`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 - [`1509dc4`](https://github.com/pre-commit/pre-commit/commit/1509dc497e77d742278ae9f6ed19481a24c972f2) Merge pull request [#1179](https://github-redirect.dependabot.com/pre-commit/pre-commit/issues/1179) from pre-commit/normalize_paths_to_forward_slashes - [`707407d`](https://github.com/pre-commit/pre-commit/commit/707407dd49bf556dfaaf7553fe0c16f8408d1acc) Normalize paths on windows to forward slashes - [`4bd6529`](https://github.com/pre-commit/pre-commit/commit/4bd6529c0521955265bacdbb4d6ef7c2ceec8eba) Merge pull request [#1176](https://github-redirect.dependabot.com/pre-commit/pre-commit/issues/1176) from pre-commit/importlib_metadata_py38 - [`f8f81db`](https://github.com/pre-commit/pre-commit/commit/f8f81db36d3f43cee3a73e3377ce07df93b54d0e) Use importlib.metadata directly in python3.8+ - [`b3582df`](https://github.com/pre-commit/pre-commit/commit/b3582dfd314f5166be82f5a4a3b3ca1b59bdf06c) Merge pull request [#1169](https://github-redirect.dependabot.com/pre-commit/pre-commit/issues/1169) from pre-commit/color - [`7c3404e`](https://github.com/pre-commit/pre-commit/commit/7c3404ef1f7593094c854f99bcd3b3eec75fbb2f) show color in hook outputs when attached to a tty - [`c8620f3`](https://github.com/pre-commit/pre-commit/commit/c8620f35e16ec6c2675b2dbc40503a4d751a42d1) Merge pull request [#1170](https://github-redirect.dependabot.com/pre-commit/pre-commit/issues/1170) from pre-commit/fail_fix - Additional commits viewable in [compare view](https://github.com/pre-commit/pre-commit/compare/v1.15.2...v1.19.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)