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: ignore pylint too-many-positional-argument #637

Merged
merged 1 commit into from
Sep 23, 2024

Conversation

MaxiBoether
Copy link
Contributor

The pylint check too-many-positional-arguments limits the number of positional arguments. We do not want to limit that.

@MaxiBoether MaxiBoether merged commit a15b3c6 into main Sep 23, 2024
9 checks passed
@MaxiBoether MaxiBoether deleted the fix/MaxiBoether/morecifixes branch September 23, 2024 09:55
Copy link

codecov bot commented Sep 23, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 85.61%. Comparing base (aa31618) to head (c67b38d).
Report is 1 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #637   +/-   ##
=======================================
  Coverage   85.61%   85.61%           
=======================================
  Files         258      258           
  Lines       11332    11332           
=======================================
  Hits         9702     9702           
  Misses       1630     1630           

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

Copy link

Line Coverage: -% ( % to main)
Branch Coverage: -% ( % to main)

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.

1 participant