[pre-commit.ci] pre-commit autoupdate (#785)

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
pull/799/head
pre-commit-ci[bot] 2025-06-07 12:14:41 +09:00 committed by GitHub
parent 36189cbea7
commit b75b1aa1dd
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View File

@ -24,7 +24,7 @@ repos:
- id: prettier - id: prettier
- repo: https://github.com/astral-sh/ruff-pre-commit - repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.9.9 rev: v0.11.12
hooks: hooks:
- id: ruff - id: ruff
args: [--fix, --exit-non-zero-on-fix] args: [--fix, --exit-non-zero-on-fix]

View File

@ -1,4 +1,4 @@
from __future__ import annotations # noqa: A005 from __future__ import annotations
import io import io
import platform import platform