Skip to content

Commit 6ed6bf6

Browse files
[pre-commit.ci] pre-commit autoupdate (#7264)
* [pre-commit.ci] pre-commit autoupdate updates: - [github.com/keewis/blackdoc: v0.3.7 → v0.3.8](keewis/blackdoc@v0.3.7...v0.3.8) * [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 4b65245 commit 6ed6bf6

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ repos:
3131
- id: black
3232
- id: black-jupyter
3333
- repo: https://github.com/keewis/blackdoc
34-
rev: v0.3.7
34+
rev: v0.3.8
3535
hooks:
3636
- id: blackdoc
3737
exclude: "generate_aggregations.py"

xarray/core/extensions.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -105,6 +105,7 @@ def register_dataset_accessor(name):
105105
... def plot(self):
106106
... # plot this array's data on a map, e.g., using Cartopy
107107
... pass
108+
...
108109
109110
Back in an interactive IPython session:
110111

0 commit comments

Comments
 (0)