Skip to content

Commit 0d7ce69

Browse files
[pre-commit.ci] pre-commit autoupdate (#330)
* [pre-commit.ci] pre-commit autoupdate updates: - [github.com/keewis/blackdoc: v0.3.9 → v0.4.1](keewis/blackdoc@v0.3.9...v0.4.1) - [github.com/PyCQA/flake8: 7.2.0 → 7.3.0](PyCQA/flake8@7.2.0...7.3.0) * [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 e58c9fd commit 0d7ce69

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,12 +25,12 @@ repos:
2525
- id: black-jupyter
2626

2727
- repo: https://github.com/keewis/blackdoc
28-
rev: v0.3.9
28+
rev: v0.4.1
2929
hooks:
3030
- id: blackdoc
3131

3232
- repo: https://github.com/PyCQA/flake8
33-
rev: 7.2.0
33+
rev: 7.3.0
3434
hooks:
3535
- id: flake8
3636

advanced/backends/backends.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,8 @@ You can [read different types of files](https://docs.xarray.dev/en/stable/user-g
66

77
```python
88
import xarray as xr
9-
xr.open_dataset("my_file.grib" , engine="cfgrib")
9+
10+
xr.open_dataset("my_file.grib", engine="cfgrib")
1011
```
1112

1213
Navigating Xarray backends can be confusing,

0 commit comments

Comments
 (0)