Release notes
*Sourced from [pre-commit's releases](https://github.com/pre-commit/pre-commit/releases).*
> ## pre-commit v1.14.0
> ### Features
> - Add an `alias` configuration value to allow repeated hooks to be differentiated
> - [#882](https://github-redirect.dependabot.com/pre-commit/pre-commit/issues/882) issue by [**s0undt3ch**](https://github.com/s0undt3ch).
> - [#886](https://github-redirect.dependabot.com/pre-commit/pre-commit/issues/886) PR by [**s0undt3ch**](https://github.com/s0undt3ch).
> - Add `identity` meta hook which just prints filenames
> - [#865](https://github-redirect.dependabot.com/pre-commit/pre-commit/issues/865) issue by [**asottile**](https://github.com/asottile).
> - [#898](https://github-redirect.dependabot.com/pre-commit/pre-commit/issues/898) PR by [**asottile**](https://github.com/asottile).
> - Factor out `cached-property` and improve startup performance by ~10%
> - [#899](https://github-redirect.dependabot.com/pre-commit/pre-commit/issues/899) PR by [**asottile**](https://github.com/asottile).
> - Add a warning on unexpected keys in configuration
> - [#899](https://github-redirect.dependabot.com/pre-commit/pre-commit/issues/899) PR by [**asottile**](https://github.com/asottile).
> - Teach `pre-commit try-repo` to clone uncommitted changes on disk.
> - [#589](https://github-redirect.dependabot.com/pre-commit/pre-commit/issues/589) issue by [**sverhagen**](https://github.com/sverhagen).
> - [#703](https://github-redirect.dependabot.com/pre-commit/pre-commit/issues/703) issue by [**asottile**](https://github.com/asottile).
> - [#904](https://github-redirect.dependabot.com/pre-commit/pre-commit/issues/904) PR by [**asottile**](https://github.com/asottile).
> - Implement `pre-commit gc` which will clean up no-longer-referenced cache repos.
> - [#283](https://github-redirect.dependabot.com/pre-commit/pre-commit/issues/283) issue by [**jtwang**](https://github.com/jtwang).
> - [#906](https://github-redirect.dependabot.com/pre-commit/pre-commit/issues/906) PR by [**asottile**](https://github.com/asottile).
> - Add top level config `default_language_version` to streamline overriding the `language_version` configuration in many places
> - [#647](https://github-redirect.dependabot.com/pre-commit/pre-commit/issues/647) issue by [**asottile**](https://github.com/asottile).
> - [#908](https://github-redirect.dependabot.com/pre-commit/pre-commit/issues/908) PR by [**asottile**](https://github.com/asottile).
> - Add top level config `default_stages` to streamline overriding the `stages` configuration in many places
> - [#768](https://github-redirect.dependabot.com/pre-commit/pre-commit/issues/768) issue by [**mattlqx**](https://github.com/mattlqx).
> - [#909](https://github-redirect.dependabot.com/pre-commit/pre-commit/issues/909) PR by [**asottile**](https://github.com/asottile).
>
> ### Fixes
> - More intelligently pick hook shebang (`#!/usr/bin/env python3`)
> - [#878](https://github-redirect.dependabot.com/pre-commit/pre-commit/issues/878) issue by [**fristedt**](https://github.com/fristedt).
> - [#893](https://github-redirect.dependabot.com/pre-commit/pre-commit/issues/893) PR by [**asottile**](https://github.com/asottile).
> - Several fixes related to `--files` / `--config`:
> - `pre-commit run --files x` outside of a git dir no longer stacktraces
> - `pre-commit run --config ./relative` while in a sub directory of the git repo is now able to find the configuration
> - `pre-commit run --files ...` no longer runs a subprocess per file (performance)
> - [#895](https://github-redirect.dependabot.com/pre-commit/pre-commit/issues/895) PR by [**asottile**](https://github.com/asottile).
> - `pre-commit try-repo ./relative` while in a sub directory of the git repo is now able to clone properly
> - [#903](https://github-redirect.dependabot.com/pre-commit/pre-commit/issues/903) PR by [**asottile**](https://github.com/asottile).
> - Ensure `meta` repos cannot have a language other than `system`
> - [#905](https://github-redirect.dependabot.com/pre-commit/pre-commit/issues/905) issue by [**asottile**](https://github.com/asottile).
> - [#907](https://github-redirect.dependabot.com/pre-commit/pre-commit/issues/907) PR by [**asottile**](https://github.com/asottile).
> - Fix committing with unstaged files that were `git add --intent-to-add` added
> - [#881](https://github-redirect.dependabot.com/pre-commit/pre-commit/issues/881) issue by [**henniss**](https://github.com/henniss).
> - [#912](https://github-redirect.dependabot.com/pre-commit/pre-commit/issues/912) PR by [**asottile**](https://github.com/asottile).
>
> ### Misc
> - Use `--no-gpg-sign` when running tests
> - [#894](https://github-redirect.dependabot.com/pre-commit/pre-commit/issues/894) PR by [**s0undt3ch**](https://github.com/s0undt3ch).
>
Changelog
*Sourced from [pre-commit's changelog](https://github.com/pre-commit/pre-commit/blob/master/CHANGELOG.md).*
> 1.14.0
> ======
>
> ### Features
> - Add an `alias` configuration value to allow repeated hooks to be
> differentiated
> - [#882](https://github-redirect.dependabot.com/pre-commit/pre-commit/issues/882) issue by [**s0undt3ch**](https://github.com/s0undt3ch).
> - [#886](https://github-redirect.dependabot.com/pre-commit/pre-commit/issues/886) PR by [**s0undt3ch**](https://github.com/s0undt3ch).
> - Add `identity` meta hook which just prints filenames
> - [#865](https://github-redirect.dependabot.com/pre-commit/pre-commit/issues/865) issue by [**asottile**](https://github.com/asottile).
> - [#898](https://github-redirect.dependabot.com/pre-commit/pre-commit/issues/898) PR by [**asottile**](https://github.com/asottile).
> - Factor out `cached-property` and improve startup performance by ~10%
> - [#899](https://github-redirect.dependabot.com/pre-commit/pre-commit/issues/899) PR by [**asottile**](https://github.com/asottile).
> - Add a warning on unexpected keys in configuration
> - [#899](https://github-redirect.dependabot.com/pre-commit/pre-commit/issues/899) PR by [**asottile**](https://github.com/asottile).
> - Teach `pre-commit try-repo` to clone uncommitted changes on disk.
> - [#589](https://github-redirect.dependabot.com/pre-commit/pre-commit/issues/589) issue by [**sverhagen**](https://github.com/sverhagen).
> - [#703](https://github-redirect.dependabot.com/pre-commit/pre-commit/issues/703) issue by [**asottile**](https://github.com/asottile).
> - [#904](https://github-redirect.dependabot.com/pre-commit/pre-commit/issues/904) PR by [**asottile**](https://github.com/asottile).
> - Implement `pre-commit gc` which will clean up no-longer-referenced cache
> repos.
> - [#283](https://github-redirect.dependabot.com/pre-commit/pre-commit/issues/283) issue by [**jtwang**](https://github.com/jtwang).
> - [#906](https://github-redirect.dependabot.com/pre-commit/pre-commit/issues/906) PR by [**asottile**](https://github.com/asottile).
> - Add top level config `default_language_version` to streamline overriding the
> `language_version` configuration in many places
> - [#647](https://github-redirect.dependabot.com/pre-commit/pre-commit/issues/647) issue by [**asottile**](https://github.com/asottile).
> - [#908](https://github-redirect.dependabot.com/pre-commit/pre-commit/issues/908) PR by [**asottile**](https://github.com/asottile).
> - Add top level config `default_stages` to streamline overriding the `stages`
> configuration in many places
> - [#768](https://github-redirect.dependabot.com/pre-commit/pre-commit/issues/768) issue by [**mattlqx**](https://github.com/mattlqx).
> - [#909](https://github-redirect.dependabot.com/pre-commit/pre-commit/issues/909) PR by [**asottile**](https://github.com/asottile).
>
> ### Fixes
> - More intelligently pick hook shebang (`#!/usr/bin/env python3`)
> - [#878](https://github-redirect.dependabot.com/pre-commit/pre-commit/issues/878) issue by [**fristedt**](https://github.com/fristedt).
> - [#893](https://github-redirect.dependabot.com/pre-commit/pre-commit/issues/893) PR by [**asottile**](https://github.com/asottile).
> - Several fixes related to `--files` / `--config`:
> - `pre-commit run --files x` outside of a git dir no longer stacktraces
> - `pre-commit run --config ./relative` while in a sub directory of the git
> repo is now able to find the configuration
> - `pre-commit run --files ...` no longer runs a subprocess per file
> (performance)
> - [#895](https://github-redirect.dependabot.com/pre-commit/pre-commit/issues/895) PR by [**asottile**](https://github.com/asottile).
> - `pre-commit try-repo ./relative` while in a sub directory of the git repo is
> now able to clone properly
> - [#903](https://github-redirect.dependabot.com/pre-commit/pre-commit/issues/903) PR by [**asottile**](https://github.com/asottile).
> - Ensure `meta` repos cannot have a language other than `system`
> - [#905](https://github-redirect.dependabot.com/pre-commit/pre-commit/issues/905) issue by [**asottile**](https://github.com/asottile).
> - [#907](https://github-redirect.dependabot.com/pre-commit/pre-commit/issues/907) PR by [**asottile**](https://github.com/asottile).
> - Fix committing with unstaged files that were `git add --intent-to-add` added
> ... (truncated)
Commits
- [`1cf4b54`](https://github.com/pre-commit/pre-commit/commit/1cf4b54cba8726ef67840c807589a56dabbbd2cf) v1.14.0
- [`84c398d`](https://github.com/pre-commit/pre-commit/commit/84c398d6f4c59f345bd26a558b2282196c46c42c) Merge pull request [#912](https://github-redirect.dependabot.com/pre-commit/pre-commit/issues/912) from asottile/intent_to_add
- [`e60579d`](https://github.com/pre-commit/pre-commit/commit/e60579d9f3475fb483f51217b8c1840752a5e86c) Fix staged-files-only for `git add --intent-to-add` files
- [`2941a11`](https://github.com/pre-commit/pre-commit/commit/2941a1142b92c3a2d24e2066f56c23c417c2049a) Merge pull request [#911](https://github-redirect.dependabot.com/pre-commit/pre-commit/issues/911) from asottile/bump_cfgv
- [`8432d9b`](https://github.com/pre-commit/pre-commit/commit/8432d9b692efcb5544edca51ec2a3128e1fdb734) bump cfgv, forgot in last PR
- [`a2b5360`](https://github.com/pre-commit/pre-commit/commit/a2b536030ae6cb2a1bc5ebdaf23e13c492f4d8c8) Merge pull request [#910](https://github-redirect.dependabot.com/pre-commit/pre-commit/issues/910) from asottile/cleanup_tests
- [`bea33af`](https://github.com/pre-commit/pre-commit/commit/bea33af31024b086b9abee2a5dc7dcdc626f9fda) small cleanups in tests
- [`782244a`](https://github.com/pre-commit/pre-commit/commit/782244a7b83e1035e711c69a9e9259c5a7563e8a) Merge pull request [#909](https://github-redirect.dependabot.com/pre-commit/pre-commit/issues/909) from asottile/default_stages
- [`bd65d89`](https://github.com/pre-commit/pre-commit/commit/bd65d8947fbe546b3b57b4342c9efd6d975b0ae3) Implement default_stages
- [`9c6a1d8`](https://github.com/pre-commit/pre-commit/commit/9c6a1d80d6b94c86a1785a40a51389e83accac3e) Merge pull request [#908](https://github-redirect.dependabot.com/pre-commit/pre-commit/issues/908) from asottile/default_language_version
- Additional commits viewable in [compare view](https://github.com/pre-commit/pre-commit/compare/v1.13.0...v1.14.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.
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.13.0 to 1.14.0.
Release notes
*Sourced from [pre-commit's releases](https://github.com/pre-commit/pre-commit/releases).* > ## pre-commit v1.14.0 > ### Features > - Add an `alias` configuration value to allow repeated hooks to be differentiated > - [#882](https://github-redirect.dependabot.com/pre-commit/pre-commit/issues/882) issue by [**s0undt3ch**](https://github.com/s0undt3ch). > - [#886](https://github-redirect.dependabot.com/pre-commit/pre-commit/issues/886) PR by [**s0undt3ch**](https://github.com/s0undt3ch). > - Add `identity` meta hook which just prints filenames > - [#865](https://github-redirect.dependabot.com/pre-commit/pre-commit/issues/865) issue by [**asottile**](https://github.com/asottile). > - [#898](https://github-redirect.dependabot.com/pre-commit/pre-commit/issues/898) PR by [**asottile**](https://github.com/asottile). > - Factor out `cached-property` and improve startup performance by ~10% > - [#899](https://github-redirect.dependabot.com/pre-commit/pre-commit/issues/899) PR by [**asottile**](https://github.com/asottile). > - Add a warning on unexpected keys in configuration > - [#899](https://github-redirect.dependabot.com/pre-commit/pre-commit/issues/899) PR by [**asottile**](https://github.com/asottile). > - Teach `pre-commit try-repo` to clone uncommitted changes on disk. > - [#589](https://github-redirect.dependabot.com/pre-commit/pre-commit/issues/589) issue by [**sverhagen**](https://github.com/sverhagen). > - [#703](https://github-redirect.dependabot.com/pre-commit/pre-commit/issues/703) issue by [**asottile**](https://github.com/asottile). > - [#904](https://github-redirect.dependabot.com/pre-commit/pre-commit/issues/904) PR by [**asottile**](https://github.com/asottile). > - Implement `pre-commit gc` which will clean up no-longer-referenced cache repos. > - [#283](https://github-redirect.dependabot.com/pre-commit/pre-commit/issues/283) issue by [**jtwang**](https://github.com/jtwang). > - [#906](https://github-redirect.dependabot.com/pre-commit/pre-commit/issues/906) PR by [**asottile**](https://github.com/asottile). > - Add top level config `default_language_version` to streamline overriding the `language_version` configuration in many places > - [#647](https://github-redirect.dependabot.com/pre-commit/pre-commit/issues/647) issue by [**asottile**](https://github.com/asottile). > - [#908](https://github-redirect.dependabot.com/pre-commit/pre-commit/issues/908) PR by [**asottile**](https://github.com/asottile). > - Add top level config `default_stages` to streamline overriding the `stages` configuration in many places > - [#768](https://github-redirect.dependabot.com/pre-commit/pre-commit/issues/768) issue by [**mattlqx**](https://github.com/mattlqx). > - [#909](https://github-redirect.dependabot.com/pre-commit/pre-commit/issues/909) PR by [**asottile**](https://github.com/asottile). > > ### Fixes > - More intelligently pick hook shebang (`#!/usr/bin/env python3`) > - [#878](https://github-redirect.dependabot.com/pre-commit/pre-commit/issues/878) issue by [**fristedt**](https://github.com/fristedt). > - [#893](https://github-redirect.dependabot.com/pre-commit/pre-commit/issues/893) PR by [**asottile**](https://github.com/asottile). > - Several fixes related to `--files` / `--config`: > - `pre-commit run --files x` outside of a git dir no longer stacktraces > - `pre-commit run --config ./relative` while in a sub directory of the git repo is now able to find the configuration > - `pre-commit run --files ...` no longer runs a subprocess per file (performance) > - [#895](https://github-redirect.dependabot.com/pre-commit/pre-commit/issues/895) PR by [**asottile**](https://github.com/asottile). > - `pre-commit try-repo ./relative` while in a sub directory of the git repo is now able to clone properly > - [#903](https://github-redirect.dependabot.com/pre-commit/pre-commit/issues/903) PR by [**asottile**](https://github.com/asottile). > - Ensure `meta` repos cannot have a language other than `system` > - [#905](https://github-redirect.dependabot.com/pre-commit/pre-commit/issues/905) issue by [**asottile**](https://github.com/asottile). > - [#907](https://github-redirect.dependabot.com/pre-commit/pre-commit/issues/907) PR by [**asottile**](https://github.com/asottile). > - Fix committing with unstaged files that were `git add --intent-to-add` added > - [#881](https://github-redirect.dependabot.com/pre-commit/pre-commit/issues/881) issue by [**henniss**](https://github.com/henniss). > - [#912](https://github-redirect.dependabot.com/pre-commit/pre-commit/issues/912) PR by [**asottile**](https://github.com/asottile). > > ### Misc > - Use `--no-gpg-sign` when running tests > - [#894](https://github-redirect.dependabot.com/pre-commit/pre-commit/issues/894) PR by [**s0undt3ch**](https://github.com/s0undt3ch). >Changelog
*Sourced from [pre-commit's changelog](https://github.com/pre-commit/pre-commit/blob/master/CHANGELOG.md).* > 1.14.0 > ====== > > ### Features > - Add an `alias` configuration value to allow repeated hooks to be > differentiated > - [#882](https://github-redirect.dependabot.com/pre-commit/pre-commit/issues/882) issue by [**s0undt3ch**](https://github.com/s0undt3ch). > - [#886](https://github-redirect.dependabot.com/pre-commit/pre-commit/issues/886) PR by [**s0undt3ch**](https://github.com/s0undt3ch). > - Add `identity` meta hook which just prints filenames > - [#865](https://github-redirect.dependabot.com/pre-commit/pre-commit/issues/865) issue by [**asottile**](https://github.com/asottile). > - [#898](https://github-redirect.dependabot.com/pre-commit/pre-commit/issues/898) PR by [**asottile**](https://github.com/asottile). > - Factor out `cached-property` and improve startup performance by ~10% > - [#899](https://github-redirect.dependabot.com/pre-commit/pre-commit/issues/899) PR by [**asottile**](https://github.com/asottile). > - Add a warning on unexpected keys in configuration > - [#899](https://github-redirect.dependabot.com/pre-commit/pre-commit/issues/899) PR by [**asottile**](https://github.com/asottile). > - Teach `pre-commit try-repo` to clone uncommitted changes on disk. > - [#589](https://github-redirect.dependabot.com/pre-commit/pre-commit/issues/589) issue by [**sverhagen**](https://github.com/sverhagen). > - [#703](https://github-redirect.dependabot.com/pre-commit/pre-commit/issues/703) issue by [**asottile**](https://github.com/asottile). > - [#904](https://github-redirect.dependabot.com/pre-commit/pre-commit/issues/904) PR by [**asottile**](https://github.com/asottile). > - Implement `pre-commit gc` which will clean up no-longer-referenced cache > repos. > - [#283](https://github-redirect.dependabot.com/pre-commit/pre-commit/issues/283) issue by [**jtwang**](https://github.com/jtwang). > - [#906](https://github-redirect.dependabot.com/pre-commit/pre-commit/issues/906) PR by [**asottile**](https://github.com/asottile). > - Add top level config `default_language_version` to streamline overriding the > `language_version` configuration in many places > - [#647](https://github-redirect.dependabot.com/pre-commit/pre-commit/issues/647) issue by [**asottile**](https://github.com/asottile). > - [#908](https://github-redirect.dependabot.com/pre-commit/pre-commit/issues/908) PR by [**asottile**](https://github.com/asottile). > - Add top level config `default_stages` to streamline overriding the `stages` > configuration in many places > - [#768](https://github-redirect.dependabot.com/pre-commit/pre-commit/issues/768) issue by [**mattlqx**](https://github.com/mattlqx). > - [#909](https://github-redirect.dependabot.com/pre-commit/pre-commit/issues/909) PR by [**asottile**](https://github.com/asottile). > > ### Fixes > - More intelligently pick hook shebang (`#!/usr/bin/env python3`) > - [#878](https://github-redirect.dependabot.com/pre-commit/pre-commit/issues/878) issue by [**fristedt**](https://github.com/fristedt). > - [#893](https://github-redirect.dependabot.com/pre-commit/pre-commit/issues/893) PR by [**asottile**](https://github.com/asottile). > - Several fixes related to `--files` / `--config`: > - `pre-commit run --files x` outside of a git dir no longer stacktraces > - `pre-commit run --config ./relative` while in a sub directory of the git > repo is now able to find the configuration > - `pre-commit run --files ...` no longer runs a subprocess per file > (performance) > - [#895](https://github-redirect.dependabot.com/pre-commit/pre-commit/issues/895) PR by [**asottile**](https://github.com/asottile). > - `pre-commit try-repo ./relative` while in a sub directory of the git repo is > now able to clone properly > - [#903](https://github-redirect.dependabot.com/pre-commit/pre-commit/issues/903) PR by [**asottile**](https://github.com/asottile). > - Ensure `meta` repos cannot have a language other than `system` > - [#905](https://github-redirect.dependabot.com/pre-commit/pre-commit/issues/905) issue by [**asottile**](https://github.com/asottile). > - [#907](https://github-redirect.dependabot.com/pre-commit/pre-commit/issues/907) PR by [**asottile**](https://github.com/asottile). > - Fix committing with unstaged files that were `git add --intent-to-add` added > ... (truncated)Commits
- [`1cf4b54`](https://github.com/pre-commit/pre-commit/commit/1cf4b54cba8726ef67840c807589a56dabbbd2cf) v1.14.0 - [`84c398d`](https://github.com/pre-commit/pre-commit/commit/84c398d6f4c59f345bd26a558b2282196c46c42c) Merge pull request [#912](https://github-redirect.dependabot.com/pre-commit/pre-commit/issues/912) from asottile/intent_to_add - [`e60579d`](https://github.com/pre-commit/pre-commit/commit/e60579d9f3475fb483f51217b8c1840752a5e86c) Fix staged-files-only for `git add --intent-to-add` files - [`2941a11`](https://github.com/pre-commit/pre-commit/commit/2941a1142b92c3a2d24e2066f56c23c417c2049a) Merge pull request [#911](https://github-redirect.dependabot.com/pre-commit/pre-commit/issues/911) from asottile/bump_cfgv - [`8432d9b`](https://github.com/pre-commit/pre-commit/commit/8432d9b692efcb5544edca51ec2a3128e1fdb734) bump cfgv, forgot in last PR - [`a2b5360`](https://github.com/pre-commit/pre-commit/commit/a2b536030ae6cb2a1bc5ebdaf23e13c492f4d8c8) Merge pull request [#910](https://github-redirect.dependabot.com/pre-commit/pre-commit/issues/910) from asottile/cleanup_tests - [`bea33af`](https://github.com/pre-commit/pre-commit/commit/bea33af31024b086b9abee2a5dc7dcdc626f9fda) small cleanups in tests - [`782244a`](https://github.com/pre-commit/pre-commit/commit/782244a7b83e1035e711c69a9e9259c5a7563e8a) Merge pull request [#909](https://github-redirect.dependabot.com/pre-commit/pre-commit/issues/909) from asottile/default_stages - [`bd65d89`](https://github.com/pre-commit/pre-commit/commit/bd65d8947fbe546b3b57b4342c9efd6d975b0ae3) Implement default_stages - [`9c6a1d8`](https://github.com/pre-commit/pre-commit/commit/9c6a1d80d6b94c86a1785a40a51389e83accac3e) Merge pull request [#908](https://github-redirect.dependabot.com/pre-commit/pre-commit/issues/908) from asottile/default_language_version - Additional commits viewable in [compare view](https://github.com/pre-commit/pre-commit/compare/v1.13.0...v1.14.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
.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.