chore(deps): update pre-commit non-major hooks#490
Merged
renovate[bot] merged 1 commit intomasterfrom Apr 14, 2026
Merged
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
43.104.8→43.113.0v1.86.0→v1.86.1Note: The
pre-commitmanager in Renovate is not supported by thepre-commitmaintainers or community. Please do not report any problems there, instead create a Discussion in the Renovate repository if you have any questions.Release Notes
renovatebot/pre-commit-hooks (renovatebot/pre-commit-hooks)
v43.113.0Compare Source
See https://github.com/renovatebot/renovate/releases/tag/43.113.0 for more changes
v43.112.1Compare Source
See https://github.com/renovatebot/renovate/releases/tag/43.112.1 for more changes
v43.112.0Compare Source
See https://github.com/renovatebot/renovate/releases/tag/43.112.0 for more changes
v43.111.3Compare Source
See https://github.com/renovatebot/renovate/releases/tag/43.111.3 for more changes
v43.111.2Compare Source
See https://github.com/renovatebot/renovate/releases/tag/43.111.2 for more changes
v43.111.1Compare Source
See https://github.com/renovatebot/renovate/releases/tag/43.111.1 for more changes
v43.111.0Compare Source
See https://github.com/renovatebot/renovate/releases/tag/43.111.0 for more changes
v43.110.17Compare Source
See https://github.com/renovatebot/renovate/releases/tag/43.110.17 for more changes
v43.110.16Compare Source
See https://github.com/renovatebot/renovate/releases/tag/43.110.16 for more changes
v43.110.15Compare Source
See https://github.com/renovatebot/renovate/releases/tag/43.110.15 for more changes
v43.110.14Compare Source
See https://github.com/renovatebot/renovate/releases/tag/43.110.14 for more changes
v43.110.13Compare Source
See https://github.com/renovatebot/renovate/releases/tag/43.110.13 for more changes
v43.110.12Compare Source
See https://github.com/renovatebot/renovate/releases/tag/43.110.12 for more changes
v43.110.11Compare Source
See https://github.com/renovatebot/renovate/releases/tag/43.110.11 for more changes
v43.110.10Compare Source
See https://github.com/renovatebot/renovate/releases/tag/43.110.10 for more changes
v43.110.9Compare Source
See https://github.com/renovatebot/renovate/releases/tag/43.110.9 for more changes
v43.110.8Compare Source
See https://github.com/renovatebot/renovate/releases/tag/43.110.8 for more changes
v43.110.7Compare Source
See https://github.com/renovatebot/renovate/releases/tag/43.110.7 for more changes
v43.110.6Compare Source
See https://github.com/renovatebot/renovate/releases/tag/43.110.6 for more changes
v43.110.5Compare Source
See https://github.com/renovatebot/renovate/releases/tag/43.110.5 for more changes
v43.110.4Compare Source
See https://github.com/renovatebot/renovate/releases/tag/43.110.4 for more changes
v43.110.3Compare Source
See https://github.com/renovatebot/renovate/releases/tag/43.110.3 for more changes
v43.110.2Compare Source
See https://github.com/renovatebot/renovate/releases/tag/43.110.2 for more changes
v43.109.5Compare Source
See https://github.com/renovatebot/renovate/releases/tag/43.109.5 for more changes
v43.109.4Compare Source
See https://github.com/renovatebot/renovate/releases/tag/43.109.4 for more changes
v43.109.3Compare Source
See https://github.com/renovatebot/renovate/releases/tag/43.109.3 for more changes
v43.109.2Compare Source
See https://github.com/renovatebot/renovate/releases/tag/43.109.2 for more changes
v43.109.1Compare Source
See https://github.com/renovatebot/renovate/releases/tag/43.109.1 for more changes
v43.109.0Compare Source
See https://github.com/renovatebot/renovate/releases/tag/43.109.0 for more changes
v43.108.1Compare Source
See https://github.com/renovatebot/renovate/releases/tag/43.108.1 for more changes
v43.108.0Compare Source
See https://github.com/renovatebot/renovate/releases/tag/43.108.0 for more changes
v43.106.0Compare Source
See https://github.com/renovatebot/renovate/releases/tag/43.106.0 for more changes
v43.104.10Compare Source
See https://github.com/renovatebot/renovate/releases/tag/43.104.10 for more changes
rubocop-hq/rubocop (rubocop-hq/rubocop)
v1.86.1: RuboCop v1.86.1Compare Source
Bug fixes
Style/AccessModifierDeclarationsinline autocorrect dropping comments between the access modifier and the following method definition. (@dduugg)Lint/DuplicateMethodsfalse positives for anonymous classes in constant assignments and method return values. (@eugeneius)Lint/DuplicateMethodsfalse positives with anonymous classes inside blocks (e.g. RSpeclet,describe). (@ShkumbinDelija)included_modulesfromStyle/ModuleMemberExistenceCheck. (@koic)Style/RedundantLineContinuationwhen using interpolated string literals. (@koic)file_to_include?when a relativeIncludepattern matches a parent directory name in the absolute file path. (@jonas054)Layout/EmptyLineAfterGuardClausewhen consecutive guard clauses useand return. (@eugeneius)Lint/RedundantSafeNavigationwhen chained safe navigation is used in a conditional expression withInferNonNilReceiverenabled. (@koic)Style/RedundantParentheseswhen using parentheses around an endless range in assignment. (@koic)Style/RedundantParentheseshandling of beginless ranges. (@oggy)Lint/Syntaxzero-length diagnostic range for syntax errors at EOF. (@55728)Includepath adjustment when local config overrides an inheritedInclude. (@jonas054)Layout/EndAlignmentcop error on an emptybegin. (@viralpraxis)Layout/LineLengthwhenSplitStringsoption is enabled and__FILE__is used. (@jeromedalbert)Lint/UnusedMethodArgumentfalse positive when block argument is used viayield. (@dduugg)Changes
Style/OneClassPerFileexcludespec/**/*andtest/**/*by default. (@koic)paralleldependency to>= 1.10. (@koic)Style/RedundantStructKeywordInitcop by default. (@koic)Configuration
📅 Schedule: (UTC)
* 0-5 * * 2)🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
This PR was generated by Mend Renovate. View the repository job log.