-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update pre-commit requirement from ~=2.21 to ~=3.0 #8134
Update pre-commit requirement from ~=2.21 to ~=3.0 #8134
Conversation
@dependabot recreates |
Updates the requirements on [pre-commit](https://github.com/pre-commit/pre-commit) to permit the latest version. - [Release notes](https://github.com/pre-commit/pre-commit/releases) - [Changelog](https://github.com/pre-commit/pre-commit/blob/main/CHANGELOG.md) - [Commits](pre-commit/pre-commit@v2.21.0...v3.0.2) --- updated-dependencies: - dependency-name: pre-commit dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
b268b23
to
e2d3cdd
Compare
requirements_test.txt
Outdated
@@ -1,7 +1,7 @@ | |||
-r requirements_test_pre_commit.txt | |||
-r requirements_test_min.txt | |||
coverage~=7.1 | |||
pre-commit~=2.21 | |||
pre-commit~=3.0 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'm wondering why pre-commit is in the test requirements and not the pre-commit requirements. The current fail for 3.7 is due to it, but I don't think we actually use pre-commit in pytest.
Codecov Report
Additional details and impacted files@@ Coverage Diff @@
## main #8134 +/- ##
=======================================
Coverage 95.53% 95.53%
=======================================
Files 177 177
Lines 18622 18622
=======================================
Hits 17791 17791
Misses 831 831
|
Updates the requirements on pre-commit to permit the latest version.
Release notes
Sourced from pre-commit's releases.
Changelog
Sourced from pre-commit's changelog.
... (truncated)
Commits
6abb05a
v3.0.22e1cfa8
Merge pull request #2728 from pre-commit/fix-r-local-hooks420902f
fix r local hooks6eacdd4
Merge pull request #2726 from pre-commit/pick-better-ruby-version6e8051b
speed up ruby tests by picking a prebuilt in 22.04840cf53
Merge pull request #2727 from pre-commit/ignore-gemfilef4bd449
also ignore Gemfile in projectdd8e717
v3.0.16d3a7ee
Merge pull request #2723 from pre-commit/coursier-cache83e05e6
ensure coursier hooks are available offline after installYou can trigger a rebase of this PR by commenting
@dependabot rebase
.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)