Skip to content

Commit 6d34d62

Browse files
[pre-commit.ci] pre-commit autoupdate (#439)
* [pre-commit.ci] pre-commit autoupdate updates: - [github.com/astral-sh/ruff-pre-commit: v0.9.1 → v0.11.4](astral-sh/ruff-pre-commit@v0.9.1...v0.11.4) - [github.com/executablebooks/mdformat: 0.7.21 → 0.7.22](hukkin/mdformat@0.7.21...0.7.22) - [github.com/codespell-project/codespell: v2.3.0 → v2.4.1](codespell-project/codespell@v2.3.0...v2.4.1) - [github.com/abravalheri/validate-pyproject: v0.23 → v0.24.1](abravalheri/validate-pyproject@v0.23...v0.24.1) - [github.com/rhysd/actionlint: v1.7.6 → v1.7.7](rhysd/actionlint@v1.7.6...v1.7.7) * fix typo --------- Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: Deepak Cherian <[email protected]>
1 parent ad09efc commit 6d34d62

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

.pre-commit-config.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ ci:
44
repos:
55
- repo: https://github.com/astral-sh/ruff-pre-commit
66
# Ruff version.
7-
rev: "v0.9.1"
7+
rev: "v0.11.4"
88
hooks:
99
- id: ruff
1010
args: ["--fix", "--show-fixes"]
@@ -24,7 +24,7 @@ repos:
2424
- id: check-docstring-first
2525

2626
- repo: https://github.com/executablebooks/mdformat
27-
rev: 0.7.21
27+
rev: 0.7.22
2828
hooks:
2929
- id: mdformat
3030
additional_dependencies:
@@ -38,19 +38,19 @@ repos:
3838
args: [--extra-keys=metadata.kernelspec metadata.language_info.version]
3939

4040
- repo: https://github.com/codespell-project/codespell
41-
rev: v2.3.0
41+
rev: v2.4.1
4242
hooks:
4343
- id: codespell
4444
additional_dependencies:
4545
- tomli
4646

4747
- repo: https://github.com/abravalheri/validate-pyproject
48-
rev: v0.23
48+
rev: v0.24.1
4949
hooks:
5050
- id: validate-pyproject
5151

5252
- repo: https://github.com/rhysd/actionlint
53-
rev: v1.7.6
53+
rev: v1.7.7
5454
hooks:
5555
- id: actionlint
5656
files: ".github/workflows/"

asv_bench/benchmarks/combine.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ def peakmem_combine(self, kind, combine):
4545
class Combine1d(Combine):
4646
"""
4747
Time the combine step for dask reductions,
48-
this is for reducting along a single dimension
48+
this is for reducing along a single dimension
4949
"""
5050

5151
def setup(self, *args, **kwargs) -> None:

0 commit comments

Comments
 (0)