Skip to content

[pre-commit.ci] pre-commit autoupdate - #279

Merged
dfm merged 2 commits into
mainfrom
pre-commit-ci-update-config
Sep 8, 2026
Merged

[pre-commit.ci] pre-commit autoupdate#279
dfm merged 2 commits into
mainfrom
pre-commit-ci-update-config

Conversation

@pre-commit-ci

@pre-commit-ci pre-commit-ci Bot commented Aug 3, 2026

Copy link
Copy Markdown
Contributor

updates:
- [github.com/astral-sh/ruff-pre-commit: v0.15.20 → v0.16.6](astral-sh/ruff-pre-commit@v0.15.20...v0.16.6)
@pre-commit-ci
pre-commit-ci Bot force-pushed the pre-commit-ci-update-config branch from 3aadbc0 to b2c2143 Compare September 7, 2026 20:50
@dfm

dfm commented Sep 8, 2026

Copy link
Copy Markdown
Owner

@copilot Update the ruff config to allow more arguments or add an ignore to fix this pre-commit error:

ruff (legacy alias)......................................................Failed
- hook id: ruff
- exit code: 1

PLR0917 Too many positional arguments (8 > 5)
  --> src/tinygp/solvers/quasisep/ops.py:89:9
   |
88 |     @jax.vmap
89 |     def impl(
   |         ^^^^
90 |         diag_a: DiagQSM | None,
91 |         lower_a: StrictLowerTriQSM | None,
   |

Found 1 error.

Co-authored-by: dfm <350282+dfm@users.noreply.github.com>

Copilot AI commented Sep 8, 2026

Copy link
Copy Markdown
Contributor

@copilot Update the ruff config to allow more arguments or add an ignore to fix this pre-commit error:

...

Added PLR0917 to the ruff ignore list in pyproject.toml (b2db21e), consistent with the existing PLR0913 ignore for many arguments.

Copilot AI requested a review from dfm September 8, 2026 18:46
@dfm
dfm merged commit bea3c43 into main Sep 8, 2026
1 of 2 checks passed
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