Skip to content

Commit 41d1fe2

Browse files
committed
fix: pre-commit
1 parent ca2d9d1 commit 41d1fe2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ ci:
66
default_stages: [pre-commit, pre-push]
77

88
default_language_version:
9-
python: python3.11
9+
python: python3.14
1010

1111
repos:
1212
- repo: https://github.com/astral-sh/ruff-pre-commit

src/zarr/_compat.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
from collections.abc import Callable
33
from functools import wraps
44
from inspect import Parameter, signature
5-
from typing import TYPE_CHECKING, Any, TypeVar
5+
from typing import TYPE_CHECKING, Any
66

77
import numpy as np
88
from packaging.version import Version

0 commit comments

Comments
 (0)