Release notes
*Sourced from [pre-commit's releases](https://github.com/pre-commit/pre-commit/releases).*
> ## pre-commit v1.14.2
> ### Fixes
> - Make the hook shebang detection more timid (1.14.0 regression)
> - Homebrew/homebrew-core#35825.
> - [#915](https://github-redirect.dependabot.com/pre-commit/pre-commit/issues/915) PR by [**asottile**](https://github.com/asottile).
>
> ## pre-commit v1.14.1
> ### Fixes
> - Fix python executable lookup on windows when using conda
> - [#913](https://github-redirect.dependabot.com/pre-commit/pre-commit/issues/913) issue by [**dawelter2**](https://github.com/dawelter2).
> - [#914](https://github-redirect.dependabot.com/pre-commit/pre-commit/issues/914) PR by [**asottile**](https://github.com/asottile).
Changelog
*Sourced from [pre-commit's changelog](https://github.com/pre-commit/pre-commit/blob/master/CHANGELOG.md).*
> 1.14.2
> ======
>
> ### Fixes
> - Make the hook shebang detection more timid (1.14.0 regression)
> - Homebrew/homebrew-core#35825.
> - [#915](https://github-redirect.dependabot.com/pre-commit/pre-commit/issues/915) PR by [**asottile**](https://github.com/asottile).
>
> 1.14.1
> ======
>
> ### Fixes
> - Fix python executable lookup on windows when using conda
> - [#913](https://github-redirect.dependabot.com/pre-commit/pre-commit/issues/913) issue by [**dawelter2**](https://github.com/dawelter2).
> - [#914](https://github-redirect.dependabot.com/pre-commit/pre-commit/issues/914) PR by [**asottile**](https://github.com/asottile).
Commits
- [`90cfe67`](https://github.com/pre-commit/pre-commit/commit/90cfe677bc2c22f56064b9922b8cbf1ff12a1254) v1.14.2
- [`4621859`](https://github.com/pre-commit/pre-commit/commit/46218599369b315c299e58932ac553b713d48839) Merge pull request [#915](https://github-redirect.dependabot.com/pre-commit/pre-commit/issues/915) from pre-commit/defpath
- [`4f8a958`](https://github.com/pre-commit/pre-commit/commit/4f8a9580aa71ec47e7f55d41a4131a88fe0cd862) Be more timid about choosing a shebang
- [`cc1af1d`](https://github.com/pre-commit/pre-commit/commit/cc1af1da06578d1fb94f15add7d5690b43fbde37) v1.14.1
- [`f1f299c`](https://github.com/pre-commit/pre-commit/commit/f1f299c4b8bc52ea8cd1d0efe94be1ccb2603730) Merge pull request [#914](https://github-redirect.dependabot.com/pre-commit/pre-commit/issues/914) from pre-commit/self_exe_python
- [`32d6523`](https://github.com/pre-commit/pre-commit/commit/32d65236bf53701da4e09b9fd7aa05aeafe53633) Use sys.executable if it matches the requested version
- See full diff in [compare view](https://github.com/pre-commit/pre-commit/compare/v1.14.0...v1.14.2)
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.
If all status checks pass Dependabot will automatically merge this pull request.
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 cancel merge` will cancel a previously requested merge
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot ignore this [patch|minor|major] version` will close this PR and stop Dependabot creating any more for this minor/major 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)
- Automerge options (never/patch/minor, and dev/runtime dependencies)
- 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)
Finally, you can contact us by mentioning @dependabot.
Bumps pre-commit from 1.14.0 to 1.14.2.
Release notes
*Sourced from [pre-commit's releases](https://github.com/pre-commit/pre-commit/releases).* > ## pre-commit v1.14.2 > ### Fixes > - Make the hook shebang detection more timid (1.14.0 regression) > - Homebrew/homebrew-core#35825. > - [#915](https://github-redirect.dependabot.com/pre-commit/pre-commit/issues/915) PR by [**asottile**](https://github.com/asottile). > > ## pre-commit v1.14.1 > ### Fixes > - Fix python executable lookup on windows when using conda > - [#913](https://github-redirect.dependabot.com/pre-commit/pre-commit/issues/913) issue by [**dawelter2**](https://github.com/dawelter2). > - [#914](https://github-redirect.dependabot.com/pre-commit/pre-commit/issues/914) PR by [**asottile**](https://github.com/asottile).Changelog
*Sourced from [pre-commit's changelog](https://github.com/pre-commit/pre-commit/blob/master/CHANGELOG.md).* > 1.14.2 > ====== > > ### Fixes > - Make the hook shebang detection more timid (1.14.0 regression) > - Homebrew/homebrew-core#35825. > - [#915](https://github-redirect.dependabot.com/pre-commit/pre-commit/issues/915) PR by [**asottile**](https://github.com/asottile). > > 1.14.1 > ====== > > ### Fixes > - Fix python executable lookup on windows when using conda > - [#913](https://github-redirect.dependabot.com/pre-commit/pre-commit/issues/913) issue by [**dawelter2**](https://github.com/dawelter2). > - [#914](https://github-redirect.dependabot.com/pre-commit/pre-commit/issues/914) PR by [**asottile**](https://github.com/asottile).Commits
- [`90cfe67`](https://github.com/pre-commit/pre-commit/commit/90cfe677bc2c22f56064b9922b8cbf1ff12a1254) v1.14.2 - [`4621859`](https://github.com/pre-commit/pre-commit/commit/46218599369b315c299e58932ac553b713d48839) Merge pull request [#915](https://github-redirect.dependabot.com/pre-commit/pre-commit/issues/915) from pre-commit/defpath - [`4f8a958`](https://github.com/pre-commit/pre-commit/commit/4f8a9580aa71ec47e7f55d41a4131a88fe0cd862) Be more timid about choosing a shebang - [`cc1af1d`](https://github.com/pre-commit/pre-commit/commit/cc1af1da06578d1fb94f15add7d5690b43fbde37) v1.14.1 - [`f1f299c`](https://github.com/pre-commit/pre-commit/commit/f1f299c4b8bc52ea8cd1d0efe94be1ccb2603730) Merge pull request [#914](https://github-redirect.dependabot.com/pre-commit/pre-commit/issues/914) from pre-commit/self_exe_python - [`32d6523`](https://github.com/pre-commit/pre-commit/commit/32d65236bf53701da4e09b9fd7aa05aeafe53633) Use sys.executable if it matches the requested version - See full diff in [compare view](https://github.com/pre-commit/pre-commit/compare/v1.14.0...v1.14.2)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
.If all status checks pass Dependabot will automatically merge this pull request.
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 cancel merge` will cancel a previously requested merge - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot ignore this [patch|minor|major] version` will close this PR and stop Dependabot creating any more for this minor/major 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) - Automerge options (never/patch/minor, and dev/runtime dependencies) - 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) Finally, you can contact us by mentioning @dependabot.