sloria / konch

Configures your Python shell.
https://konch.readthedocs.io/
MIT License
406 stars 18 forks source link

Bump pre-commit from 1.16.1 to 1.17.0 #97

Closed dependabot-preview[bot] closed 5 years ago

dependabot-preview[bot] commented 5 years ago

Bumps pre-commit from 1.16.1 to 1.17.0.

Release notes *Sourced from [pre-commit's releases](https://github.com/pre-commit/pre-commit/releases).* > ## pre-commit v1.17.0 > ### Features > - Produce better output on `^C` > - [#1030](https://github-redirect.dependabot.com/pre-commit/pre-commit/issues/1030) PR by [@​asottile.](https://github.com/asottile.) > - Warn on unknown keys at the top level and repo level > - [#1028](https://github-redirect.dependabot.com/pre-commit/pre-commit/issues/1028) PR by [@​yoavcaspi.](https://github.com/yoavcaspi.) > - [#1048](https://github-redirect.dependabot.com/pre-commit/pre-commit/issues/1048) PR by [@​asottile.](https://github.com/asottile.) > > ### Fixes > - Fix handling of `^C` in wrapper script in python 3.x > - [#1027](https://github-redirect.dependabot.com/pre-commit/pre-commit/issues/1027) PR by [@​asottile.](https://github.com/asottile.) > - Fix `rmtree` for non-writable directories > - [#1042](https://github-redirect.dependabot.com/pre-commit/pre-commit/issues/1042) issue by [@​detailyang.](https://github.com/detailyang.) > - [#1043](https://github-redirect.dependabot.com/pre-commit/pre-commit/issues/1043) PR by [@​asottile.](https://github.com/asottile.) > - Pass `--color` option to `git diff` in `--show-diff-on-failure` > - [#1007](https://github-redirect.dependabot.com/pre-commit/pre-commit/issues/1007) issue by [@​chadrik.](https://github.com/chadrik.) > - [#1051](https://github-redirect.dependabot.com/pre-commit/pre-commit/issues/1051) PR by [@​mandarvaze.](https://github.com/mandarvaze.) > > ### Misc. > - Fix test when `pre-commit` is installed globally > - [#1032](https://github-redirect.dependabot.com/pre-commit/pre-commit/issues/1032) issue by [@​yoavcaspi.](https://github.com/yoavcaspi.) > - [#1045](https://github-redirect.dependabot.com/pre-commit/pre-commit/issues/1045) 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.17.0 - 2019-06-06 > =================== > > ### Features > - Produce better output on `^C` > - [#1030](https://github-redirect.dependabot.com/pre-commit/pre-commit/issues/1030) PR by [@​asottile.](https://github.com/asottile.) > - Warn on unknown keys at the top level and repo level > - [#1028](https://github-redirect.dependabot.com/pre-commit/pre-commit/issues/1028) PR by [@​yoavcaspi.](https://github.com/yoavcaspi.) > - [#1048](https://github-redirect.dependabot.com/pre-commit/pre-commit/issues/1048) PR by [@​asottile.](https://github.com/asottile.) > > ### Fixes > - Fix handling of `^C` in wrapper script in python 3.x > - [#1027](https://github-redirect.dependabot.com/pre-commit/pre-commit/issues/1027) PR by [@​asottile.](https://github.com/asottile.) > - Fix `rmtree` for non-writable directories > - [#1042](https://github-redirect.dependabot.com/pre-commit/pre-commit/issues/1042) issue by [@​detailyang.](https://github.com/detailyang.) > - [#1043](https://github-redirect.dependabot.com/pre-commit/pre-commit/issues/1043) PR by [@​asottile.](https://github.com/asottile.) > - Pass `--color` option to `git diff` in `--show-diff-on-failure` > - [#1007](https://github-redirect.dependabot.com/pre-commit/pre-commit/issues/1007) issue by [@​chadrik.](https://github.com/chadrik.) > - [#1051](https://github-redirect.dependabot.com/pre-commit/pre-commit/issues/1051) PR by [@​mandarvaze.](https://github.com/mandarvaze.) > > ### Misc. > - Fix test when `pre-commit` is installed globally > - [#1032](https://github-redirect.dependabot.com/pre-commit/pre-commit/issues/1032) issue by [@​yoavcaspi.](https://github.com/yoavcaspi.) > - [#1045](https://github-redirect.dependabot.com/pre-commit/pre-commit/issues/1045) PR by [@​asottile.](https://github.com/asottile.)
Commits - [`016eda9`](https://github.com/pre-commit/pre-commit/commit/016eda9f3c014b0777272f0f7119084f575e7c17) v1.17.0 - [`a75fe69`](https://github.com/pre-commit/pre-commit/commit/a75fe69984b1e1508cb89c41139bb8f384c86a53) Merge pull request [#1051](https://github-redirect.dependabot.com/pre-commit/pre-commit/issues/1051) from mandarvaze/master - [`3d7b374`](https://github.com/pre-commit/pre-commit/commit/3d7b374bef1e102b4abe3ecbb7a09a5507e17939) Pass correct value to git color based on args.color - [`64f0178`](https://github.com/pre-commit/pre-commit/commit/64f0178b75c7c2ae79d8a7b3962481721856fd71) Pass color option to git diff unconditionally - [`fff3ad5`](https://github.com/pre-commit/pre-commit/commit/fff3ad518cb9a9bf169346aa4727fb70a67a4e30) Merge pull request [#1052](https://github-redirect.dependabot.com/pre-commit/pre-commit/issues/1052) from pre-commit/rust_ap - [`071cc42`](https://github.com/pre-commit/pre-commit/commit/071cc422c772c8758feffe33afb7c5199b8c5990) xfail default language version check for azure pipelines - [`e08d373`](https://github.com/pre-commit/pre-commit/commit/e08d373be35b5970e0289c8ef5ca49f849d35476) azure pipelines now has rust by default on windows - [`4f4767c`](https://github.com/pre-commit/pre-commit/commit/4f4767c9e07039b2885b8610fec99a1def96e845) Pass color option to git diff (on failure) - [`0b6a397`](https://github.com/pre-commit/pre-commit/commit/0b6a39768aa1eeee937b5146d35eb69edbc4715b) Merge pull request [#1048](https://github-redirect.dependabot.com/pre-commit/pre-commit/issues/1048) from pre-commit/cfgv_2 - [`625750e`](https://github.com/pre-commit/pre-commit/commit/625750eeef30dbdc36fbed2d4e574cafa169efc4) fixes for cfgv>=2 - Additional commits viewable in [compare view](https://github.com/pre-commit/pre-commit/compare/v1.16.1...v1.17.0)


Dependabot compatibility score

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 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.