Skip to content
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

Declare function mutators with inline comment #8332

Closed

Commits on Feb 23, 2023

  1. Declare function mutators with inline comment

    This is accomplised by defining an "error" called decorator-preserves-signature
    which, when disabled via a comment on a decorator definition, will disable
    function argument checks on calls to functions that have that decorator. We
    use an error to do this in order to consume the inline comment state via the
    linter.file_state._supression_mapping
    rmorshea committed Feb 23, 2023
    Configuration menu
    Copy the full SHA
    7f4b21f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6af39bb View commit details
    Browse the repository at this point in the history

Commits on Feb 24, 2023

  1. Update .gitignore

    Co-authored-by: Pierre Sassoulas <pierre.sassoulas@gmail.com>
    rmorshea and Pierre-Sassoulas committed Feb 24, 2023
    Configuration menu
    Copy the full SHA
    63f0747 View commit details
    Browse the repository at this point in the history