Compare commits

...

3 commits

Author SHA1 Message Date
pre-commit-ci[bot]
1b4d2c0870
Merge fad18fa7b6 into d941373d34 2026-03-09 17:43:09 +00:00
pre-commit-ci[bot]
fad18fa7b6 [pre-commit.ci] auto fixes from pre-commit.com hooks
Some checks failed
test / test-matrix (4.2, 3.10) (push) Has been cancelled
test / test-matrix (4.2, 3.11) (push) Has been cancelled
test / test-matrix (4.2, 3.12) (push) Has been cancelled
test / test-matrix (4.2, 3.9) (push) Has been cancelled
test / test-matrix (5.1, 3.10) (push) Has been cancelled
test / test-matrix (5.1, 3.11) (push) Has been cancelled
test / test-matrix (5.1, 3.12) (push) Has been cancelled
test / test-matrix (5.1, 3.13) (push) Has been cancelled
test / test-matrix (5.2, 3.10) (push) Has been cancelled
test / test-matrix (5.2, 3.11) (push) Has been cancelled
test / test-matrix (5.2, 3.12) (push) Has been cancelled
test / test-matrix (5.2, 3.13) (push) Has been cancelled
for more information, see https://pre-commit.ci
2026-03-09 17:43:05 +00:00
pre-commit-ci[bot]
ead8f6203b
[pre-commit.ci] pre-commit autoupdate
updates:
- [github.com/pre-commit/pre-commit-hooks: v5.0.0 → v6.0.0](https://github.com/pre-commit/pre-commit-hooks/compare/v5.0.0...v6.0.0)
- [github.com/astral-sh/ruff-pre-commit: v0.11.12 → v0.15.5](https://github.com/astral-sh/ruff-pre-commit/compare/v0.11.12...v0.15.5)
2026-03-09 17:42:37 +00:00
3 changed files with 2 additions and 5 deletions

View file

@ -1,7 +1,7 @@
# See https://pre-commit.com for more information
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v5.0.0
rev: v6.0.0
hooks:
- id: trailing-whitespace
- id: end-of-file-fixer
@ -11,7 +11,7 @@ repos:
- repo: https://github.com/astral-sh/ruff-pre-commit
# Ruff version.
rev: v0.11.12
rev: v0.15.5
hooks:
# Run the linter.
- id: ruff

View file

@ -1,5 +1,3 @@
# ruff: noqa: UP007
from __future__ import annotations
import warnings

View file

@ -1,4 +1,3 @@
# ruff: noqa: UP007
from __future__ import annotations
from typing import TYPE_CHECKING, ClassVar, Optional