🎨 Apply black formatting

This commit is contained in:
远野千束(神羽) 2024-12-13 18:53:47 +08:00
parent 6f1817726e
commit 849cc24968
4 changed files with 19 additions and 18 deletions

View File

@ -16,10 +16,10 @@ repos:
hooks: hooks:
- id: mypy - id: mypy
# - repo: https://github.com/pre-commit/pre-commit-hooks - repo: https://github.com/pre-commit/pre-commit-hooks
# rev: v4.0.1 rev: v4.0.1
# hooks: hooks:
# - id: trailing-whitespace - id: trailing-whitespace
# - id: end-of-file-fixer - id: end-of-file-fixer
# - id: check-yaml - id: check-yaml
# - id: check-added-large-files - id: check-added-large-files

View File

@ -14,7 +14,6 @@ async def random_turntable(upper: int, lower: int):
return random.randint(lower, upper) return random.randint(lower, upper)
async def number_calc(a: str, b: str, op: str) -> str: async def number_calc(a: str, b: str, op: str) -> str:
"""Number Calc """Number Calc
@ -42,4 +41,3 @@ async def number_calc(a: str, b: str, op: str) -> str:
return str(a % b) return str(a % b)
case _: case _:
return "未知运算符" return "未知运算符"

View File

@ -4,7 +4,10 @@ dynamic = ["version"]
description = "Nonebot2插件调用Azure OpenAI等AI服务实现猫娘聊天" description = "Nonebot2插件调用Azure OpenAI等AI服务实现猫娘聊天"
readme = "README.md" readme = "README.md"
requires-python = "<4.0,>=3.10" requires-python = "<4.0,>=3.10"
authors = [{ name = "Asankilp", email = "asankilp@outlook.com" }] authors = [
{ name = "Asankilp", email = "asankilp@outlook.com" },
{name="LiteyukiStudio", email = "support@liteyuki.icu"}
]
dependencies = [ dependencies = [
"nonebot2>=2.2.0", "nonebot2>=2.2.0",
"nonebot-plugin-alconna>=0.48.0", "nonebot-plugin-alconna>=0.48.0",