nathan-v / aws_okta_keyman

AWS Okta Keyman (Key Manager) - An AWS + Okta CLI for generating and managing local AWS API keys
https://nathanv.com
Other
59 stars 38 forks source link

Update pre-commit to 3.0.2 #147

Closed pyup-bot closed 1 year ago

pyup-bot commented 1 year ago

This PR updates pre-commit from 2.17.0 to 3.0.2.

Changelog ### 2.21.0 ``` =================== Features - Require new-enough virtualenv to prevent 3.10 breakage - 2467 PR by asottile. - Respect aliases with `SKIP` for environment install. - 2480 PR by kmARC. - 2478 issue by kmARC. - Allow `pre-commit run --files` against unmerged paths. - 2484 PR by asottile. - Also apply regex warnings to `repo: local` hooks. - 2524 PR by chrisRedwine. - 2521 issue by asottile. - `rust` is now a "first class" language -- supporting `language_version` and installation when not present. - 2534 PR by Holzhaus. - `r` now uses more-reliable binary installation. - 2460 PR by lorenzwalthert. - `GIT_ALLOW_PROTOCOL` is now passed through for git operations. - 2555 PR by asottile. - `GIT_ASKPASS` is now passed through for git operations. - 2564 PR by mattp-. - Remove `toml` dependency by using `cargo add` directly. - 2568 PR by m-rsha. - Support `dotnet` hooks which have dotted prefixes. - 2641 PR by rkm. - 2629 issue by rkm. Fixes - Properly adjust `--commit-msg-filename` if run from a sub directory. - 2459 PR by asottile. - Simplify `--intent-to-add` detection by using `git diff`. - 2580 PR by m-rsha. - Fix `R.exe` selection on windows. - 2605 PR by lorenzwalthert. - 2599 issue by SInginc. - Skip default `nuget` source when installing `dotnet` packages. - 2642 PR by rkm. ``` ### 2.20.0 ``` =================== Features - Expose `source` and `object-name` (positional args) of `prepare-commit-msg` hook as `PRE_COMMIT_COMIT_MSG_SOURCE` and `PRE_COMMIT_COMMIT_OBJECT_NAME`. - 2407 PR by M-Whitaker. - 2406 issue by M-Whitaker. Fixes - Fix `language: ruby` installs when `--user-install` is set in gemrc. - 2394 PR by narpfel. - 2393 issue by narpfel. - Adjust pty setup for solaris. - 2390 PR by gaige. - 2389 issue by gaige. - Remove unused `--config` option from `gc`, `sample-config`, `validate-config`, `validate-manifest` sub-commands. - 2429 PR by asottile. ``` ### 2.19.0 ``` =================== Features - Allow multiple outputs from `language: dotnet` hooks. - 2332 PR by WallucePinkham. - Add more information to `healthy()` failure. - 2348 PR by asottile. - Upgrade ruby-build. - 2342 PR by jalessio. - Add `pre-commit validate-config` / `pre-commit validate-manifest` and deprecate `pre-commit-validate-config` and `pre-commit-validate-manifest`. - 2362 PR by asottile. Fixes - Fix `pre-push` when pushed ref contains spaces. - 2345 PR by wwade. - 2344 issue by wwade. Updating - Change `pre-commit-validate-config` / `pre-commit-validate-manifest` to `pre-commit validate-config` / `pre-commit validate-manifest`. - 2362 PR by asottile. ``` ### 2.18.1 ``` =================== Fixes - Fix regression for `repo: local` hooks running `python<3.7` - 2324 PR by asottile. ``` ### 2.18.0 ``` =================== Features - Keep `GIT_HTTP_PROXY_AUTHMETHOD` in git environ. - 2272 PR by VincentBerthier. - 2271 issue by VincentBerthier. - Support both `cs` and `coursier` executables for coursier hooks. - 2293 PR by Holzhaus. - Include more information in errors for `language_version` / `additional_dependencies` for languages which do not support them. - 2315 PR by asottile. - Have autoupdate preferentially pick tags which look like versions when there are multiple equivalent tags. - 2312 PR by mblayman. - 2311 issue by mblayman. - Upgrade `ruby-build`. - 2319 PR by jalessio. - Add top level `default_install_hook_types` which will be installed when `--hook-types` is not specified in `pre-commit install`. - 2322 PR by asottile. Fixes - Fix typo in help message for `--from-ref` and `--to-ref`. - 2266 PR by leetrout. - Prioritize binary builds for R dependencies. - 2277 PR by lorenzwalthert. - Fix handling of git worktrees. - 2252 PR by daschuer. - Fix handling of `$R_HOME` for R hooks. - 2301 PR by jeff-m-sullivan. - 2300 issue by jeff-m-sullivan. - Fix a rare race condition in change stashing. - 2323 PR by asottile. - 2287 issue by ian-h-chamberlain. Updating - Remove python3.6 support. Note that pre-commit still supports running hooks written in older versions, but pre-commit itself requires python 3.7+. - 2215 PR by asottile. - pre-commit has migrated from the `master` branch to `main`. - 2302 PR by asottile. ```
Links - PyPI: https://pypi.org/project/pre-commit - Changelog: https://pyup.io/changelogs/pre-commit/ - Repo: https://github.com/pre-commit/pre-commit
pyup-bot commented 1 year ago

Closing this in favor of #149