Skip to content

Commit 7ae6b72

Browse files
Remove trailing white space in HISTORY.rst (#806)
1 parent a60d797 commit 7ae6b72

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
exclude: "docs|node_modules|migrations|.git|.tox"
2-
default_stages: [commit]
2+
default_stages: [pre-commit]
33
fail_fast: true
44

55
# To update pre-commit hooks, run `pre-commit autoupdate` in the terminal.

HISTORY.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ v0.10.1 (01 October 2025)
88
This patch release introduces bug fixes, documentation updates, and devops changes,
99
including constraining ``cf_xarray >=0.10.7``, preserving Xarray legacy behaviors for
1010
``open_mfdataset()`` with ``compat`` and ``join`` arguments to prevent unexpected
11-
breaking changes for users, dropping Python 3.10 support, and adding PyAOS to the
11+
breaking changes for users, dropping Python 3.10 support, and adding PyAOS to the
1212
endorsements list.
1313

1414
Bug Fixes

0 commit comments

Comments
 (0)