-
Notifications
You must be signed in to change notification settings - Fork 7
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
chore(deps): update dependency pre-commit to v4 #1795
Conversation
Reviewer's Guide by SourceryThis pull request updates the pre-commit dependency to version 4. This includes updating the version constraints in Flow diagram of pre-commit version update changesflowchart LR
subgraph Before
old1[pre-commit <=3.7.1]
old2[pre-commit >=3.7.1,<4]
end
subgraph After
new1[pre-commit <=4.1.0]
new2[pre-commit >=4.1,<5]
end
old1 -->|Python < 3.9| new1
old2 -->|Python >= 3.9| new2
style Before fill:#f5f5f5
style After fill:#e6f3ff
File-Level Changes
Tips and commandsInteracting with Sourcery
Customizing Your ExperienceAccess your dashboard to:
Getting Help
|
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.
We have skipped reviewing this pull request. It seems to have been created by a bot (hey, renovate[bot]!). We assume it knows what it's doing!
|
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #1795 +/- ##
=========================================
Coverage 100.00% 100.00%
=========================================
Files 45 45
Lines 4535 4535
=========================================
Hits 4535 4535
Flags with carried forward coverage won't be shown. Click here to find out more. |
This PR contains the following updates:
>=3.7.1,<4
->>=4.1,<5
<=3.7.1
-><=4.1.0
Release Notes
pre-commit/pre-commit (pre-commit)
v4.1.0
Compare Source
==================
Features
language: julia
.Fixes
language: golang
.language: r
installation when initiated by RStudio.v4.0.1
Compare Source
==================
Fixes
pre-commit migrate-config
for unquoted deprecated stages names withpurelib
pyyaml
.v4.0.0
Compare Source
==================
Features
pre-commit migrate-config
to handle more yaml formats.stages
deprecation inpre-commit migrate-config
.ruby-build
.repo: meta
.stages
(commit
->pre-commit
,push
->pre-push
,merge-commit
->pre-merge-commit
).Migrating
language: python_venv
has been removed -- uselanguage: python
instead.Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about these updates again.
This PR was generated by Mend Renovate. View the repository job log.