We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e58c9fd commit 0d7ce69Copy full SHA for 0d7ce69
.pre-commit-config.yaml
@@ -25,12 +25,12 @@ repos:
25
- id: black-jupyter
26
27
- repo: https://github.com/keewis/blackdoc
28
- rev: v0.3.9
+ rev: v0.4.1
29
hooks:
30
- id: blackdoc
31
32
- repo: https://github.com/PyCQA/flake8
33
- rev: 7.2.0
+ rev: 7.3.0
34
35
- id: flake8
36
advanced/backends/backends.md
@@ -6,7 +6,8 @@ You can [read different types of files](https://docs.xarray.dev/en/stable/user-g
6
7
```python
8
import xarray as xr
9
-xr.open_dataset("my_file.grib" , engine="cfgrib")
+
10
+xr.open_dataset("my_file.grib", engine="cfgrib")
11
```
12
13
Navigating Xarray backends can be confusing,
0 commit comments