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

[Backport maintenance/2.17.x] Fix false positive for positional-only-arguments-expected #8560

Merged

Conversation

github-actions[bot]
Copy link
Contributor

Backport db17860 from #8556.

…function contains both a positional-only parameter that has a default value, and ``**kwargs``. (#8556)

(cherry picked from commit db17860)
@codecov
Copy link

codecov bot commented Apr 10, 2023

Codecov Report

Merging #8560 (b661533) into maintenance/2.17.x (bcceff6) will increase coverage by 0.00%.
The diff coverage is 100.00%.

Additional details and impacted files

Impacted file tree graph

@@                 Coverage Diff                 @@
##           maintenance/2.17.x    #8560   +/-   ##
===================================================
  Coverage               95.56%   95.56%           
===================================================
  Files                     178      178           
  Lines                   18799    18801    +2     
===================================================
+ Hits                    17965    17967    +2     
  Misses                    834      834           
Impacted Files Coverage Δ
pylint/checkers/method_args.py 100.00% <100.00%> (ø)

@Pierre-Sassoulas Pierre-Sassoulas enabled auto-merge (squash) April 10, 2023 05:55
@Pierre-Sassoulas Pierre-Sassoulas merged commit 61dae1e into maintenance/2.17.x Apr 10, 2023
@Pierre-Sassoulas Pierre-Sassoulas deleted the backport-8556-to-maintenance/2.17.x branch April 10, 2023 05:55
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.

None yet

2 participants