업데이트

This commit is contained in:
2025-12-09 21:39:23 +09:00
parent dd9acf62a3
commit 37a150bd0d
35 changed files with 5587 additions and 493 deletions

View File

@@ -1,19 +1,19 @@
repos:
- repo: https://github.com/psf/black
rev: 24.10.0
rev: 25.12.0
hooks:
- id: black
language_version: python3.11
language_version: python3.12
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.7.4
rev: v0.14.8
hooks:
- id: ruff
args: [--fix, --exit-non-zero-on-fix]
- id: ruff-format
- 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