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

disable pylint errors on too-many-positional-arguments #339

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

francescalb
Copy link
Contributor

Description

This is done on an individual method level, to make sure that it is disabled correctly.

Unfortunately, pylint does not recognice the "" typechecking, and therefore thinks that key-word arguments are positional.

Type of change

  • Bug fix and code cleanup
  • New feature
  • Documentation update
  • Testing

Checklist for the reviewer

This checklist should be used as a help for the reviewer.

  • Is the change limited to one issue?
  • Does this PR close the issue?
  • Is the code easy to read and understand?
  • Do all new feature have an accompanying new test?
  • Has the documentation been updated as necessary?
  • Is the code properly tested?

Copy link

codecov bot commented Feb 19, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 76.73%. Comparing base (f30f666) to head (79d3c68).

Additional details and impacted files
@@            Coverage Diff             @@
##           master     #339      +/-   ##
==========================================
+ Coverage   76.68%   76.73%   +0.04%     
==========================================
  Files          22       22              
  Lines        2509     2510       +1     
==========================================
+ Hits         1924     1926       +2     
+ Misses        585      584       -1     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

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.

2 participants