Skip to content

Commit d2d6854

Browse files
[pre-commit.ci] pre-commit autoupdate (#957)
* [pre-commit.ci] pre-commit autoupdate updates: - [github.com/executablebooks/mdformat: 0.7.18 → 0.7.19](hukkin/mdformat@0.7.18...0.7.19) - [github.com/astral-sh/ruff-pre-commit: v0.7.2 → v0.8.1](astral-sh/ruff-pre-commit@v0.7.2...v0.8.1) - [github.com/abravalheri/validate-pyproject: v0.22 → v0.23](abravalheri/validate-pyproject@v0.22...v0.23) - [github.com/nbQA-dev/nbQA: 1.8.7 → 1.9.1](nbQA-dev/nbQA@1.8.7...1.9.1) * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --------- Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent 00aa164 commit d2d6854

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.pre-commit-config.yaml

+4-4
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ repos:
2020
- id: check-yaml
2121
exclude: devtools/conda.recipe/meta.yaml # doesn't play nice with jinja
2222
- repo: https://github.com/executablebooks/mdformat
23-
rev: 0.7.18
23+
rev: 0.7.19
2424
hooks:
2525
- id: mdformat
2626
additional_dependencies:
@@ -29,7 +29,7 @@ repos:
2929
- mdformat-config
3030
# ----- Python formatting -----
3131
- repo: https://github.com/astral-sh/ruff-pre-commit
32-
rev: v0.7.2
32+
rev: v0.8.1
3333
hooks:
3434
# Run ruff linter.
3535
- id: ruff
@@ -43,12 +43,12 @@ repos:
4343
hooks:
4444
- id: pyproject-fmt
4545
- repo: https://github.com/abravalheri/validate-pyproject
46-
rev: v0.22
46+
rev: v0.23
4747
hooks:
4848
- id: validate-pyproject
4949
# ----- Jupyter Notebooks -----
5050
- repo: https://github.com/nbQA-dev/nbQA
51-
rev: 1.8.7
51+
rev: 1.9.1
5252
hooks:
5353
- id: nbqa-black
5454
- id: nbqa-ruff # ruff handles isort

CHANGELOG.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111

1212
### Fixes
1313

14-
- rename (fix typo) argument to `lcs_child_in_parent` in `CoordinateSystemManager.add_cs` \[{pull}`936`\].
14+
- rename (fix typo) argument to `lcs_child_in_parent` in `CoordinateSystemManager.add_cs` \[{pull}`936`\].
1515
- replace usages of `pkg_resources` with `importlib.metadata` \[{pull}`941`\].
1616
- replace usages of `copy_arrays` with `memmap` for `asdf>=3.1.0` \[{pull}`940`\].
1717

0 commit comments

Comments
 (0)