Skip to content

Commit

Permalink
Merge pull request #1258 from scikit-hep/pre-commit-ci-update-config
Browse files Browse the repository at this point in the history
ci(pre-commit): pre-commit autoupdate
  • Loading branch information
lgray authored Jan 28, 2025
2 parents 1f6c06e + 542e2ce commit 5c3c0ec
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -48,14 +48,14 @@ repos:
- id: setup-cfg-fmt

- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.9.2
rev: v0.9.3
hooks:
- id: ruff
args: [--fix, --show-fixes]


- repo: https://github.com/codespell-project/codespell
rev: v2.3.0
rev: v2.4.0
hooks:
- id: codespell
args: ["--skip=*.ipynb,*.svg","-L hist,Hist,nd,SubJet,subjet,Subjet,PTD,ptd,fPt,fpt,Ser,ser,hda"]
args: ["--skip=*.ipynb,*.svg","-L HEP,hist,Hist,nd,SubJet,subjet,Subjet,PTD,ptd,fPt,fpt,Ser,ser,hda"]
2 changes: 1 addition & 1 deletion src/coffea/nanoevents/methods/physlite.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ def _element_link(target_collection, eventindex, index, key):
eventindex, dask_awkward.Array
):
raise ValueError(
"element linking must be done on two dask_awkward arrays or two akward arrays not a mix of the two"
"element linking must be done on two dask_awkward arrays or two awkward arrays not a mix of the two"
)

global_index = _get_global_index(target_collection, eventindex, index)
Expand Down

0 comments on commit 5c3c0ec

Please sign in to comment.