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

* ⬆️ auto update by pre-commit hooks

updates:
- [github.com/astral-sh/ruff-pre-commit: v0.1.9 → v0.2.0](https://github.com/astral-sh/ruff-pre-commit/compare/v0.1.9...v0.2.0)
- [github.com/psf/black: 23.12.1 → 24.1.1](https://github.com/psf/black/compare/23.12.1...24.1.1)
- [github.com/pre-commit/mirrors-eslint: v9.0.0-alpha.0 → v9.0.0-alpha.2](https://github.com/pre-commit/mirrors-eslint/compare/v9.0.0-alpha.0...v9.0.0-alpha.2)

* 💄 auto fix by pre-commit hooks

* 💄 auto fix by pre-commit hooks

* 🐛 fix some merge error

---------

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Co-authored-by: Azide <rukuy@qq.com>
This commit is contained in:
pre-commit-ci[bot]
2024-03-17 17:21:23 +08:00
committed by GitHub
parent d2d5597345
commit 9b514263aa
7 changed files with 18 additions and 15 deletions
@@ -1,4 +1,4 @@
""" nbesf is Nonebot Bison Enchangable Subscribes File! """
"""nbesf is Nonebot Bison Enchangable Subscribes File!"""
from . import v1, v2
from .base import NBESFBase
@@ -1,4 +1,4 @@
""" nbesf is Nonebot Bison Enchangable Subscribes File! ver.1"""
"""nbesf is Nonebot Bison Enchangable Subscribes File! ver.1"""
from typing import Any
from functools import partial
@@ -1,4 +1,4 @@
""" nbesf is Nonebot Bison Enchangable Subscribes File! ver.2"""
"""nbesf is Nonebot Bison Enchangable Subscribes File! ver.2"""
from typing import Any
from functools import partial
+1 -1
View File
@@ -1,4 +1,4 @@
""" 提供获取 Bot 的方法 """
"""提供获取 Bot 的方法"""
from typing import Any
from collections import defaultdict