Skip to content

enable pylint>=3.0.0; address too-many-positional-arguments warn; add .pylintrc config file#1780

Merged
slayoo merged 18 commits intomainfrom
AgnieszkaZaba-patch-6
Feb 7, 2026
Merged

enable pylint>=3.0.0; address too-many-positional-arguments warn; add .pylintrc config file#1780
slayoo merged 18 commits intomainfrom
AgnieszkaZaba-patch-6

Conversation

@AgnieszkaZaba
Copy link
Copy Markdown
Collaborator

@AgnieszkaZaba AgnieszkaZaba commented Jan 7, 2026

pylint's too-many-positional-arguments should be disabled for numba.njit compiled functions (if needed)

@codecov
Copy link
Copy Markdown

codecov Bot commented Jan 7, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 86.77%. Comparing base (c182ec6) to head (57ac3d0).
⚠️ Report is 3 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #1780   +/-   ##
=======================================
  Coverage   86.77%   86.77%           
=======================================
  Files         414      414           
  Lines       10500    10500           
=======================================
  Hits         9111     9111           
  Misses       1389     1389           

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

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@AgnieszkaZaba
Copy link
Copy Markdown
Collaborator Author

#1160

@AgnieszkaZaba AgnieszkaZaba changed the title remove todo as pylint issue is solved remove pylint<3 version as pylint issue is solved Jan 7, 2026
@AgnieszkaZaba AgnieszkaZaba changed the title remove pylint<3 version as pylint issue is solved remove pylint<3.0.0 constraint as pylint issue is solved Jan 7, 2026
@AgnieszkaZaba AgnieszkaZaba changed the title remove pylint<3.0.0 constraint as pylint issue is solved remove pylint<3.0.0; address new pylint hints Jan 26, 2026
@AgnieszkaZaba AgnieszkaZaba changed the title remove pylint<3.0.0; address new pylint hints remove pylint<3.0.0; address pylint's too-many-positional-arguments or disable; Feb 6, 2026
@AgnieszkaZaba AgnieszkaZaba changed the title remove pylint<3.0.0; address pylint's too-many-positional-arguments or disable; remove pylint<3.0.0; address pylint's too-many-positional-arguments Feb 6, 2026
@AgnieszkaZaba AgnieszkaZaba changed the title remove pylint<3.0.0; address pylint's too-many-positional-arguments enable pylint>=3.0.0; address too-many-positional-arguments warn; add .pylintrc config file Feb 7, 2026
@AgnieszkaZaba AgnieszkaZaba requested a review from slayoo February 7, 2026 12:21
@slayoo slayoo added this pull request to the merge queue Feb 7, 2026
@slayoo
Copy link
Copy Markdown
Member

slayoo commented Feb 7, 2026

thank you @AgnieszkaZaba

Merged via the queue into main with commit d431db5 Feb 7, 2026
98 checks passed
@AgnieszkaZaba AgnieszkaZaba deleted the AgnieszkaZaba-patch-6 branch February 7, 2026 13:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

remove pylint<3.0.0 constraint after too-many-arguments will be fixed

2 participants