⬆️ auto update by pre-commit hooks (#548)

* ⬆️ auto update by pre-commit hooks

updates:
- [github.com/astral-sh/ruff-pre-commit: v0.11.13 → v0.12.3](https://github.com/astral-sh/ruff-pre-commit/compare/v0.11.13...v0.12.3)

* 🚨 auto fix by pre-commit hooks

* ⬆️ Upgrade dependency ruff to v0.12.4

* 🚨 修复 lint 警告

* 🚨 添加一个 noqa(

---------

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Co-authored-by: 呵呵です <51957264+shoucandanghehe@users.noreply.github.com>
Co-authored-by: shoucandanghehe <wallfjjd@gmail.com>
This commit is contained in:
pre-commit-ci[bot]
2025-07-17 21:49:16 +00:00
committed by GitHub
parent 11bc486420
commit b82053be11
10 changed files with 29 additions and 22 deletions

View File

@@ -43,8 +43,8 @@ class Piece(Enum):
)
I5 = (
(True, True, True, True, True), # fmt: skip
)
(True, True, True, True, True),
) # fmt: skip
V = (
(True, False, False),