Skip to content

Commit

Permalink
chore: Update pre-commit (#1400)
Browse files Browse the repository at this point in the history
  • Loading branch information
hoxbro authored Jan 28, 2025
1 parent cc753d2 commit 00220d8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,12 @@ repos:
- id: end-of-file-fixer
- id: trailing-whitespace
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.8.2
rev: v0.9.3
hooks:
- id: ruff
files: datashader/
- repo: https://github.com/codespell-project/codespell
rev: v2.3.0
rev: v2.4.0
hooks:
- id: codespell
additional_dependencies:
Expand Down
2 changes: 1 addition & 1 deletion datashader/tests/test_pandas.py
Original file line number Diff line number Diff line change
Expand Up @@ -2299,7 +2299,7 @@ def test_area_to_line_autorange_gap():


# Using local versions of nan-aware combinations rather than those in
# utils.py. These versions are not always applicable, e.g. if summming
# utils.py. These versions are not always applicable, e.g. if summing
# a positive and negative value to total exactly zero will be wrong here.
def nanmax(arr0, arr1):
mask = np.logical_and(np.isnan(arr0), np.isnan(arr1))
Expand Down

0 comments on commit 00220d8

Please sign in to comment.