ci: [pre-commit.ci] autoupdate (#297)

This commit is contained in:
pre-commit-ci[bot]
2025-06-02 18:32:50 -04:00
committed by GitHub
parent 7193480796
commit 257d97ae0f

View File

@@ -5,7 +5,7 @@ ci:
repos:
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.11.8
rev: v0.11.12
hooks:
- id: ruff
args: [--fix, --unsafe-fixes]
@@ -17,7 +17,7 @@ repos:
- id: validate-pyproject
- repo: https://github.com/pre-commit/mirrors-mypy
rev: v1.15.0
rev: v1.16.0
hooks:
- id: mypy
exclude: tests|examples