Skip to content

Commit e741fb3

Browse files
committed
implement vectorized method and dask extension
1 parent e873f85 commit e741fb3

File tree

6 files changed

+403
-27
lines changed

6 files changed

+403
-27
lines changed

.pre-commit-config.yaml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,11 @@ repos:
2424
- id: rst-inline-touching-normal
2525
- id: text-unicode-replacement-char
2626
- repo: https://github.com/astral-sh/ruff-pre-commit
27+
<<<<<<< HEAD
2728
rev: v0.14.7
29+
=======
30+
rev: v0.14.6
31+
>>>>>>> 456f9536 (implement vectorized method and dask extension)
2832
hooks:
2933
- id: ruff-check
3034
args: ["--fix", "--show-fixes"]
@@ -76,6 +80,10 @@ repos:
7680
- id: validate-pyproject
7781
additional_dependencies: ["validate-pyproject-schema-store[all]"]
7882
- repo: https://github.com/adhtruong/mirrors-typos
83+
<<<<<<< HEAD
7984
rev: v1.40.0
85+
=======
86+
rev: v1.39.2
87+
>>>>>>> 456f9536 (implement vectorized method and dask extension)
8088
hooks:
8189
- id: typos

0 commit comments

Comments
 (0)