[pre-commit.ci] pre-commit autoupdate

updates:
- [github.com/astral-sh/ruff-pre-commit: v0.8.3 → v0.9.9](https://github.com/astral-sh/ruff-pre-commit/compare/v0.8.3...v0.9.9)
- [github.com/pre-commit/mirrors-mypy: v1.13.0 → v1.15.0](https://github.com/pre-commit/mirrors-mypy/compare/v1.13.0...v1.15.0)
This commit is contained in:
pre-commit-ci[bot] 2025-03-03 17:35:05 +00:00 committed by GitHub
parent 1183813ff7
commit 72fa154f8f
Failed to generate hash of commit

View file

@ -8,7 +8,7 @@ default_language_version:
repos:
- repo: https://github.com/astral-sh/ruff-pre-commit
# Ruff version.
rev: 'v0.8.3'
rev: 'v0.9.9'
hooks:
- id: ruff
args: [., --fix, --exit-non-zero-on-fix]
@ -18,7 +18,7 @@ repos:
pass_filenames: false
- repo: https://github.com/pre-commit/mirrors-mypy
rev: 'v1.13.0' # Use the sha / tag you want to point at
rev: 'v1.15.0' # Use the sha / tag you want to point at
hooks:
- id: mypy
pass_filenames: false