From 2553e04cea700d4bfb1e92fb5bccabe81de9c6d1 Mon Sep 17 00:00:00 2001 From: Josh Moore Date: Thu, 22 Sep 2022 10:12:06 +0200 Subject: [PATCH] Add #1142 for Greg's work --- .pre-commit-config.yaml | 4 ++-- docs/release.rst | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 69828ad50d..70ead97d0b 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,6 +1,6 @@ default_stages: [commit, push] default_language_version: - python: python3.8 + python: python3.9 repos: - repo: https://github.com/PyCQA/flake8 rev: 3.8.2 @@ -14,4 +14,4 @@ repos: - repo: https://github.com/pre-commit/pre-commit-hooks rev: v2.3.0 hooks: - - id: check-yaml \ No newline at end of file + - id: check-yaml diff --git a/docs/release.rst b/docs/release.rst index ab649c278e..e963b5b509 100644 --- a/docs/release.rst +++ b/docs/release.rst @@ -37,7 +37,7 @@ Major changes * **Zarr v3: add support for the default root path** rather than requiring that all API users pass an explicit path. - By :user:`Gregory R. Lee ` :issue:`1085`. + By :user:`Gregory R. Lee ` :issue:`1085`, :issue:`1142`. Bug fixes