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 16d5ea1 commit 2553e04Copy full SHA for 2553e04
.pre-commit-config.yaml
@@ -1,6 +1,6 @@
1
default_stages: [commit, push]
2
default_language_version:
3
- python: python3.8
+ python: python3.9
4
repos:
5
- repo: https://github.com/PyCQA/flake8
6
rev: 3.8.2
@@ -14,4 +14,4 @@ repos:
14
- repo: https://github.com/pre-commit/pre-commit-hooks
15
rev: v2.3.0
16
hooks:
17
- - id: check-yaml
+ - id: check-yaml
docs/release.rst
@@ -37,7 +37,7 @@ Major changes
37
38
* **Zarr v3: add support for the default root path** rather than requiring
39
that all API users pass an explicit path.
40
- By :user:`Gregory R. Lee <grlee77>` :issue:`1085`.
+ By :user:`Gregory R. Lee <grlee77>` :issue:`1085`, :issue:`1142`.
41
42
43
Bug fixes
0 commit comments