Compare commits

...

2 Commits

Author SHA1 Message Date
pre-commit-ci[bot]
b5d6fe30aa 🚨 auto fix by pre-commit hooks
Some checks failed
Sequential Lint and Type Check / ruff-call (push) Has been cancelled
Sequential Lint and Type Check / pyright-call (push) Has been cancelled
2025-11-03 16:57:31 +00:00
pre-commit-ci[bot]
809b754bb6
⬆️ auto update by pre-commit hooks
updates:
- [github.com/astral-sh/ruff-pre-commit: v0.8.2 → v0.14.3](https://github.com/astral-sh/ruff-pre-commit/compare/v0.8.2...v0.14.3)
2025-11-03 16:57:23 +00:00
2 changed files with 4 additions and 4 deletions

View File

@ -7,7 +7,7 @@ ci:
autoupdate_commit_msg: ":arrow_up: auto update by pre-commit hooks"
repos:
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.8.2
rev: v0.14.3
hooks:
- id: ruff
args: [--fix]

View File

@ -22,9 +22,9 @@ from .config import (
lik2relation,
)
assert (
len(level2attitude) == len(lik2level) == len(lik2relation)
), "好感度态度、等级、关系长度不匹配!"
assert len(level2attitude) == len(lik2level) == len(lik2relation), (
"好感度态度、等级、关系长度不匹配!"
)
AVA_URL = "http://q1.qlogo.cn/g?b=qq&nk={}&s=160"