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 duplicated *args and **kwargs with autodoc_typehints #9648

Closed
wants to merge 5 commits into from

Commits on Nov 17, 2021

  1. Add a failing test

    AntoineD authored and Antoine DECHAUME committed Nov 17, 2021
    Copy the full SHA
    6897eaf View commit details
    Browse the repository at this point in the history
  2. Fix duplicated *args and **kwargs

    AntoineD authored and Antoine DECHAUME committed Nov 17, 2021
    Copy the full SHA
    a410bab View commit details
    Browse the repository at this point in the history
  3. Add a test case with args and kwargs without *

    AntoineD authored and Antoine DECHAUME committed Nov 17, 2021
    Copy the full SHA
    f0961b7 View commit details
    Browse the repository at this point in the history
  4. Add a test cases without a documented method

    Antoine DECHAUME committed Nov 17, 2021
    Copy the full SHA
    265c3ff View commit details
    Browse the repository at this point in the history
  5. Fix linting

    Antoine DECHAUME committed Nov 17, 2021
    Copy the full SHA
    c068c2d View commit details
    Browse the repository at this point in the history