Skip to content

Commit dcf7bc7

Browse files
Update .pre-commit-config.yaml (#28)
* Update .pre-commit-config.yaml * [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 d6abd40 commit dcf7bc7

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ repos:
4444
- id: flake8
4545

4646
- repo: https://github.com/PyCQA/isort
47-
rev: 5.11.4
47+
rev: 5.12.0
4848
hooks:
4949
- id: isort
5050

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,16 +16,19 @@ Interface for using cupy in xarray, providing convenience accessors.
1616
## Installation
1717

1818
From anaconda:
19+
1920
```console
2021
conda install cupy-xarray -c conda-forge
2122
```
2223

2324
From PyPI:
25+
2426
```console
2527
pip install cupy-xarray
2628
```
2729

2830
The latest version from Github:
31+
2932
```console
3033
pip install git+https://github.com/xarray-contrib/cupy-xarray.git
3134
```

0 commit comments

Comments
 (0)