From 8a9bdca8c8efb1bab6029cb8154353fdc4762d4e Mon Sep 17 00:00:00 2001 From: d33bs Date: Fri, 5 Dec 2025 10:57:22 -0700 Subject: [PATCH 1/2] update header to avoid squishing it on web views --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9293b69..135a4c3 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ - + ![PyPI - Version](https://img.shields.io/pypi/v/ome-arrow) [![Build Status](https://github.com/wayscience/ome-arrow/actions/workflows/run-tests.yml/badge.svg?branch=main)](https://github.com/wayscience/ome-arrow/actions/workflows/run-tests.yml?query=branch%3Amain) From 40f01cf479767052f1e100a40a200df6112ea60e Mon Sep 17 00:00:00 2001 From: d33bs Date: Fri, 5 Dec 2025 10:58:17 -0700 Subject: [PATCH 2/2] Update .pre-commit-config.yaml --- .pre-commit-config.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index c8fa0e3..2a39f5b 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -39,7 +39,7 @@ repos: - id: yamllint exclude: pre-commit-config.yaml - repo: https://github.com/astral-sh/ruff-pre-commit - rev: "v0.14.7" + rev: "v0.14.8" hooks: - id: ruff-format - id: ruff-check