Skip to content

feat: Add zarr v3 support to tensorstore backend #227

feat: Add zarr v3 support to tensorstore backend

feat: Add zarr v3 support to tensorstore backend #227

Workflow file for this run

name: Format
on:
workflow_dispatch:
pull_request:
concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.sha }}
cancel-in-progress: true
jobs:
format:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
name: Check out
- uses: actions/setup-python@v4
name: Install Python
with:
python-version: '3.11'
- uses: psf/black@stable
with:
options: "--check --color --verbose"
src: "./src"