chore(deps): update pre-commit non-major hooks#477
Merged
renovate[bot] merged 1 commit intomasterfrom Mar 24, 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.77.0→43.87.0v1.85.1→v1.86.0Note: 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.87.0Compare Source
See https://github.com/renovatebot/renovate/releases/tag/43.87.0 for more changes
v43.86.2Compare Source
See https://github.com/renovatebot/renovate/releases/tag/43.86.2 for more changes
v43.86.1Compare Source
See https://github.com/renovatebot/renovate/releases/tag/43.86.1 for more changes
v43.86.0Compare Source
See https://github.com/renovatebot/renovate/releases/tag/43.86.0 for more changes
v43.85.0Compare Source
See https://github.com/renovatebot/renovate/releases/tag/43.85.0 for more changes
v43.84.2Compare Source
See https://github.com/renovatebot/renovate/releases/tag/43.84.2 for more changes
v43.84.1Compare Source
See https://github.com/renovatebot/renovate/releases/tag/43.84.1 for more changes
v43.84.0Compare Source
See https://github.com/renovatebot/renovate/releases/tag/43.84.0 for more changes
v43.83.1Compare Source
See https://github.com/renovatebot/renovate/releases/tag/43.83.1 for more changes
v43.83.0Compare Source
See https://github.com/renovatebot/renovate/releases/tag/43.83.0 for more changes
v43.82.0Compare Source
See https://github.com/renovatebot/renovate/releases/tag/43.82.0 for more changes
v43.81.0Compare Source
See https://github.com/renovatebot/renovate/releases/tag/43.81.0 for more changes
v43.80.0Compare Source
See https://github.com/renovatebot/renovate/releases/tag/43.80.0 for more changes
v43.79.0Compare Source
See https://github.com/renovatebot/renovate/releases/tag/43.79.0 for more changes
v43.78.0Compare Source
See https://github.com/renovatebot/renovate/releases/tag/43.78.0 for more changes
v43.77.9Compare Source
See https://github.com/renovatebot/renovate/releases/tag/43.77.9 for more changes
v43.77.8Compare Source
See https://github.com/renovatebot/renovate/releases/tag/43.77.8 for more changes
v43.77.7Compare Source
See https://github.com/renovatebot/renovate/releases/tag/43.77.7 for more changes
v43.77.6Compare Source
See https://github.com/renovatebot/renovate/releases/tag/43.77.6 for more changes
v43.77.4Compare Source
See https://github.com/renovatebot/renovate/releases/tag/43.77.4 for more changes
v43.77.3Compare Source
See https://github.com/renovatebot/renovate/releases/tag/43.77.3 for more changes
v43.77.2Compare Source
See https://github.com/renovatebot/renovate/releases/tag/43.77.2 for more changes
v43.77.1Compare Source
See https://github.com/renovatebot/renovate/releases/tag/43.77.1 for more changes
rubocop-hq/rubocop (rubocop-hq/rubocop)
v1.86.0: RuboCop v1.86.0Compare Source
New features
AllowedParentClassesoption toStyle/EmptyClassDefinition. (@hammadkhan)AllowedReceiversforStyle/HashLookupMethod. (@koic)Bug fixes
Style/ConcatArrayLiteralsautocorrect deleting code for percent literals with interpolation. (@bbatsov)Lint/ConstantReassignment. (@ydakuka)Lint/DuplicateMethodswhen duplicate methods are defined in anonymous classes and modules not assigned to a constant. (@Darhazer)Style/RedundantParentheseswhen redundant parentheses around range literals in block body. (@koic)Layout/MultilineMethodCallIndentationwhen method chain is inside a hash pair value passed to a multiline chained method call. (@ydakuka)Lint/DuplicateMethodswhen modules blocks are passed as method arguments. (@5hun-s)Lint/DuplicateMethodswhen the same method is defined in different anonymous module blocks passed to a no-receiver call (e.g.stub_const). (@Darhazer)Layout/EmptyLineAfterGuardClausewhen using a guard clause followed by a multi-line guard clause withraise,fail,return,break, ornext. (@koic)Layout/RedundantLineBreakwhen settingInspectBlocks: trueand usingrescueorensurein the block. (@koic)Style/FileOpenwhen assigningFile.opento an instance variable, class variable, global variable, or constant. (@koic)Lint/DuplicateMethodswhen the same method is defined in anonymous module blocks passed to different receivers. (@koic)Style/IfWithSemicolonwhenreturnwith value is in theelsebranch. (@koic)Style/IfUnlessModifierwhen multipleif/unlessmodifier forms are on the same line inside a collection. (@ydakuka)Lint/SafeNavigationChainwhen chaining a method call after safe navigation in the if branch of a ternary. (@koic)Layout/EndAlignmentwhenendis followed by||or&&. (@koic)Safe/SafeAutoCorrectparameter" when those parameters are set for cops that don't have them in their default configuration. (@dduugg)Lint/UselessDefaultValueArgumentwhenfetchwithout a receiver is inside afetchblock. (@koic)Style/IfWithSemicolonwhen using single-lineunless/;/end. (@koic)Style/NonNilCheckautocorrect for receivers containing spaces. (@bbatsov)Style/RaiseArgsto allow anonymous keyword forwarding (raise Ex.new(**)). (@bbatsov)Lint/RedundantCopDisableDirectivewhen arubocop:disablecomment is used to suppressLint/EmptyWhen,Lint/EmptyConditionalBody,Lint/EmptyInPattern, orStyle/SymbolProc. (@eugeneius)Style/RedundantPercentQfor%qstrings with interpolation-like syntax. (@bbatsov)Style/AndOradding unnecessary parentheses aroundreturnwithout arguments. (@eugeneius)Lint/UselessConstantScoping. (@h-lame)Style/TrailingMethodEndStatementto detect singleton methods (def self.foo). (@bbatsov)Changes
MaxFilesInCachetofalseto entirely disable cache pruning. (@byroot)Lint/RedundantSafeNavigationaware of safe navigation in conditional true branch. (@koic)mcpgem from runtime dependencies. (@koic)Configuration
📅 Schedule: Branch creation - Between 12:00 AM and 05:59 AM, only on Tuesday ( * 0-5 * * 2 ) (UTC), Automerge - At any time (no schedule defined).
🚦 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.