Skip to content

Commit

Permalink
[pre-commit.ci] pre-commit autoupdate (#391)
Browse files Browse the repository at this point in the history
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Co-authored-by: Luca Marconato <[email protected]>
  • Loading branch information
pre-commit-ci[bot] and LucaMarconato authored Nov 2, 2023
1 parent da7cc58 commit 1cb88c6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ ci:
skip: []
repos:
- repo: https://github.com/psf/black
rev: 23.10.0
rev: 23.10.1
hooks:
- id: black
- repo: https://github.com/pre-commit/mirrors-prettier
Expand All @@ -27,7 +27,7 @@ repos:
additional_dependencies: [numpy, types-requests]
exclude: tests/|docs/
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.1.1
rev: v0.1.3
hooks:
- id: ruff
args: [--fix, --exit-non-zero-on-fix]
4 changes: 2 additions & 2 deletions tests/core/test_data_extent.py
Original file line number Diff line number Diff line change
Expand Up @@ -59,8 +59,8 @@ def test_get_extent_points():
extent = get_extent(sdata["blobs_points"])
check_test_results0(
extent,
min_coordinates=np.array([12.0, 13.0]),
max_coordinates=np.array([500.0, 498.0]),
min_coordinates=np.array([3.0, 4.0]),
max_coordinates=np.array([509.0, 507.0]),
axes=("x", "y"),
)

Expand Down

0 comments on commit 1cb88c6

Please sign in to comment.