Add python 3.13 and update pre-commit (#1390)

This commit is contained in:
Mark Towers
2025-06-07 17:57:58 +01:00
committed by GitHub
parent 428493e584
commit 433d7af1f9
85 changed files with 289 additions and 288 deletions

View File

@@ -2,7 +2,8 @@
from __future__ import annotations
from typing import Any, Sequence
from collections.abc import Sequence
from typing import Any
import numpy as np
from numpy.typing import NDArray