Skip to content

Commit 120c3c7

Browse files
committed
fix .pre-commit-config.yaml and default arguments
1 parent e1bc52f commit 120c3c7

File tree

6 files changed

+116
-114
lines changed

6 files changed

+116
-114
lines changed

.pre-commit-config.yaml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -24,11 +24,7 @@ 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
2827
rev: v0.14.7
29-
=======
30-
rev: v0.14.6
31-
>>>>>>> 456f9536 (implement vectorized method and dask extension)
3228
hooks:
3329
- id: ruff-check
3430
args: ["--fix", "--show-fixes"]
@@ -80,10 +76,6 @@ repos:
8076
- id: validate-pyproject
8177
additional_dependencies: ["validate-pyproject-schema-store[all]"]
8278
- repo: https://github.com/adhtruong/mirrors-typos
83-
<<<<<<< HEAD
8479
rev: v1.40.0
85-
=======
86-
rev: v1.39.2
87-
>>>>>>> 456f9536 (implement vectorized method and dask extension)
8880
hooks:
8981
- id: typos

doc/contribute/contributing.rst

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -247,7 +247,8 @@ You can either run pre-commit manually via Pixi as described above, or set up gi
247247

248248
This is done by:
249249

250-
.. code-block:: sh
250+
.. code-block:: shell
251+
251252
pixi shell -e pre-commit # enter the pre-commit environment
252253
pre-commit install # install the git hooks
253254

0 commit comments

Comments
 (0)