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 a false negative for duplicate-argument-name #9670

Commits on May 22, 2024

  1. Fix a false negative for duplicate-argument-name by including ``p…

    …ositional-only``, ``*args`` and ``**kwargs`` arguments in the check.
    
    Closes pylint-dev#9669
    mbyrnepr2 committed May 22, 2024
    Configuration menu
    Copy the full SHA
    1ad19d4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    156212b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a4d1036 View commit details
    Browse the repository at this point in the history
  4. Regenerate the docs.

    mbyrnepr2 committed May 22, 2024
    Configuration menu
    Copy the full SHA
    9fd5946 View commit details
    Browse the repository at this point in the history
  5. Update pylint/checkers/base/basic_error_checker.py

    Co-authored-by: Pierre Sassoulas <pierre.sassoulas@gmail.com>
    mbyrnepr2 and Pierre-Sassoulas committed May 22, 2024
    Configuration menu
    Copy the full SHA
    a2700ff View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    cbd20f1 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    aab51bb View commit details
    Browse the repository at this point in the history