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

fix(numpy-param-doc): allow "default" in params #7360

Open
wants to merge 12 commits into
base: main
Choose a base branch
from

Commits on Sep 4, 2022

  1. fix(numpy-param-doc): allow "default" in params

    NumPy doc style guide permits using `default` in parameter
    signatures.
    
    Fixes: pylint-dev#6211
    adam-grant-hendry authored and DanielNoord committed Sep 4, 2022
    Configuration menu
    Copy the full SHA
    7003569 View commit details
    Browse the repository at this point in the history
  2. fix(formal-param): Change x to number

    Change `x` to `number` in test method `regression_6211`. This was
    causing an `invalid-name` error.
    adam-grant-hendry authored and DanielNoord committed Sep 4, 2022
    Configuration menu
    Copy the full SHA
    5d56f10 View commit details
    Browse the repository at this point in the history
  3. feat(news): add towncrier fragment

    Adds a news fragment for the issue.
    adam-grant-hendry authored and DanielNoord committed Sep 4, 2022
    Configuration menu
    Copy the full SHA
    81ad7d8 View commit details
    Browse the repository at this point in the history
  4. fix(news): correct fragment to pylint-dev#6211

    Fix was for issue pylint-dev#6211. The PR that fixes this is pylint-dev#7360.
    
    See pylint-dev#6211
    adam-grant-hendry authored and DanielNoord committed Sep 4, 2022
    Configuration menu
    Copy the full SHA
    1f26b8b View commit details
    Browse the repository at this point in the history
  5. Bump pylint to 2.15.0, update changelog (pylint-dev#7355)

    * Add Marc Byrne to the maintainer team
    Pierre-Sassoulas authored and DanielNoord committed Sep 4, 2022
    Configuration menu
    Copy the full SHA
    b4731e8 View commit details
    Browse the repository at this point in the history
  6. feat(news): add towncrier fragment

    Adds a news fragment for the issue.
    adam-grant-hendry authored and DanielNoord committed Sep 4, 2022
    Configuration menu
    Copy the full SHA
    da7e87a View commit details
    Browse the repository at this point in the history
  7. fix(regex): fix re_only_desc and add lookaheads

    The `re_only_desc` regex did not match for white and characters after
    `\n`, so some description-only lines weren't getting matched. In
    addition, lookaheads were added to `re_param_line` (i.e. make sure the
    type group is not followed by a new line (`\n`)). Lastly, named groups
    (ala Perl regular expressions) were added for slightly improved clarity.
    
    The hyperlink in the body of test `regression_6211` was causing
    problems, so this was moved into a reStructuredText directive.
    
    Finally, the added
    
        `from __future__ import annotations`
    
    moved all lines in
    
    	`tests/functional/ext/docparams/docparams.py`
    
    down one line, so the line numbers in `docparams.txt` were off by 1,
    causing tests to fail. This was corrected.
    adam-grant-hendry authored and DanielNoord committed Sep 4, 2022
    Configuration menu
    Copy the full SHA
    4ccad0d View commit details
    Browse the repository at this point in the history
  8. fix(pre-commit): fix pre-commit errors

    Also remove lookahead from `re_param_line` as tests pass without it.
    adam-grant-hendry authored and DanielNoord committed Sep 4, 2022
    Configuration menu
    Copy the full SHA
    8f89ec5 View commit details
    Browse the repository at this point in the history
  9. Some fixes

    DanielNoord committed Sep 4, 2022
    Configuration menu
    Copy the full SHA
    e0dfe7e View commit details
    Browse the repository at this point in the history
  10. Fix output

    DanielNoord committed Sep 4, 2022
    Configuration menu
    Copy the full SHA
    a2d7e76 View commit details
    Browse the repository at this point in the history

Commits on Sep 24, 2023

  1. Configuration menu
    Copy the full SHA
    c150025 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    616554a View commit details
    Browse the repository at this point in the history