Skip to content

SNOW-2331576: update pre-commit#668

Draft
sfc-gh-mraba wants to merge 2 commits into
mainfrom
mraba/pre-commit-update
Draft

SNOW-2331576: update pre-commit#668
sfc-gh-mraba wants to merge 2 commits into
mainfrom
mraba/pre-commit-update

Conversation

@sfc-gh-mraba
Copy link
Copy Markdown
Collaborator

Please answer these questions before submitting your pull requests. Thanks!

  1. What GitHub issue is this PR addressing? Make sure that there is an accompanying issue to your PR.

    Fixes #NNNN

  2. Fill out the following pre-review checklist:

    • I am adding a new automated test(s) to verify correctness of my new code
    • I am adding new logging messages
    • I am adding new credentials
    • I am adding a new dependency
  3. Please describe how your code solves the related issue.

Updated pre-commit

@sfc-gh-mraba sfc-gh-mraba self-assigned this Mar 12, 2026
@sfc-gh-mraba sfc-gh-mraba requested a review from a team as a code owner March 12, 2026 12:12

class UnexpectedOptionParameterTypeError(ArgumentError):
def __init__(self, parameter_name: str, target: str, types: List[str]):
def __init__( # noqa: B042
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It's about missing super().__init__, in this and other functions it is there,
so do we really need this noqa: B042?

@sfc-gh-mraba sfc-gh-mraba marked this pull request as draft May 20, 2026 09:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants