Skip to content

Commit

Permalink
Merge branch 'main' into separator-typing
Browse files Browse the repository at this point in the history
  • Loading branch information
dstansby authored Dec 27, 2023
2 parents ac9a01f + 5fb420f commit 9a574b6
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,11 @@ default_language_version:
repos:
- repo: https://github.com/astral-sh/ruff-pre-commit
# Ruff version.
rev: 'v0.1.8'
rev: 'v0.1.9'
hooks:
- id: ruff
- repo: https://github.com/psf/black
rev: 23.12.0
rev: 23.12.1
hooks:
- id: black
- repo: https://github.com/codespell-project/codespell
Expand All @@ -24,7 +24,7 @@ repos:
hooks:
- id: check-yaml
- repo: https://github.com/pre-commit/mirrors-mypy
rev: v1.7.1
rev: v1.8.0
hooks:
- id: mypy
files: zarr
Expand Down
6 changes: 3 additions & 3 deletions requirements_dev_optional.txt
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@ pymongo==4.6.1
# optional test requirements
coverage
pytest-cov==4.1.0
pytest-doctestplus==1.0.0
pytest-doctestplus==1.1.0
pytest-timeout==2.2.0
h5py==3.10.0
fsspec==2023.12.1
s3fs==2023.12.1
fsspec==2023.12.2
s3fs==2023.12.2
moto[server]>=4.0.8

0 comments on commit 9a574b6

Please sign in to comment.