Release notes
*Sourced from [pre-commit's releases](https://github.com/pre-commit/pre-commit/releases).*
> ## 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).
Changelog
*Sourced from [pre-commit's changelog](https://github.com/pre-commit/pre-commit/blob/master/CHANGELOG.md).*
> 1.18.2 - 2019-08-15
> ===================
>
> ### 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).
Commits
- [`7f90039`](https://github.com/pre-commit/pre-commit/commit/7f900395ec8fa2de7962694e11a206af33dc9fcd) v1.18.2
- [`7c376cb`](https://github.com/pre-commit/pre-commit/commit/7c376cb4d6b017cfbb4a57f00b3a1f73d9a00ce7) Merge pull request [#1117](https://github-redirect.dependabot.com/pre-commit/pre-commit/issues/1117) from scop/py3-default-version
- [`f84b197`](https://github.com/pre-commit/pre-commit/commit/f84b19748d7d0dfda496b73ab365a2e64b377696) Patch the correct find_executable
- [`5622760`](https://github.com/pre-commit/pre-commit/commit/562276098c5c42f364cdf836e1842d30265fd4ef) Address more [@asottile](https://github.com/asottile)'s review comments
- [`38da98d`](https://github.com/pre-commit/pre-commit/commit/38da98d2d65d9df37671aba3f10fbbd080fadd4a) Address [@asottile](https://github.com/asottile)'s review comments
- [`c377830`](https://github.com/pre-commit/pre-commit/commit/c3778308980be22f0d2708b7ffeed2d3e11e60fb) Mock find_executable for find_by_sys_executable test
- [`66a78ce`](https://github.com/pre-commit/pre-commit/commit/66a78ce819bf2e1b409568929021456d019f91c0) Merge pull request [#1116](https://github-redirect.dependabot.com/pre-commit/pre-commit/issues/1116) from scop/spelling
- [`fa2e154`](https://github.com/pre-commit/pre-commit/commit/fa2e154b419238532cba9664fd444bcc00dfb787) Stabilize python default version lookup
- [`dd46fde`](https://github.com/pre-commit/pre-commit/commit/dd46fde3846fd7742033014bd10b6fc827b7229a) Spelling fixes
- See full diff in [compare view](https://github.com/pre-commit/pre-commit/compare/v1.18.1...v1.18.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 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)
- 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.18.1 to 1.18.2.
Release notes
*Sourced from [pre-commit's releases](https://github.com/pre-commit/pre-commit/releases).* > ## 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).Changelog
*Sourced from [pre-commit's changelog](https://github.com/pre-commit/pre-commit/blob/master/CHANGELOG.md).* > 1.18.2 - 2019-08-15 > =================== > > ### 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).Commits
- [`7f90039`](https://github.com/pre-commit/pre-commit/commit/7f900395ec8fa2de7962694e11a206af33dc9fcd) v1.18.2 - [`7c376cb`](https://github.com/pre-commit/pre-commit/commit/7c376cb4d6b017cfbb4a57f00b3a1f73d9a00ce7) Merge pull request [#1117](https://github-redirect.dependabot.com/pre-commit/pre-commit/issues/1117) from scop/py3-default-version - [`f84b197`](https://github.com/pre-commit/pre-commit/commit/f84b19748d7d0dfda496b73ab365a2e64b377696) Patch the correct find_executable - [`5622760`](https://github.com/pre-commit/pre-commit/commit/562276098c5c42f364cdf836e1842d30265fd4ef) Address more [@asottile](https://github.com/asottile)'s review comments - [`38da98d`](https://github.com/pre-commit/pre-commit/commit/38da98d2d65d9df37671aba3f10fbbd080fadd4a) Address [@asottile](https://github.com/asottile)'s review comments - [`c377830`](https://github.com/pre-commit/pre-commit/commit/c3778308980be22f0d2708b7ffeed2d3e11e60fb) Mock find_executable for find_by_sys_executable test - [`66a78ce`](https://github.com/pre-commit/pre-commit/commit/66a78ce819bf2e1b409568929021456d019f91c0) Merge pull request [#1116](https://github-redirect.dependabot.com/pre-commit/pre-commit/issues/1116) from scop/spelling - [`fa2e154`](https://github.com/pre-commit/pre-commit/commit/fa2e154b419238532cba9664fd444bcc00dfb787) Stabilize python default version lookup - [`dd46fde`](https://github.com/pre-commit/pre-commit/commit/dd46fde3846fd7742033014bd10b6fc827b7229a) Spelling fixes - See full diff in [compare view](https://github.com/pre-commit/pre-commit/compare/v1.18.1...v1.18.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 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) - 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.