mirror of
https://github.com/LiteyukiStudio/nonebot-plugin-marshoai.git
synced 2025-02-12 15:39:58 +08:00
[pre-commit.ci] pre-commit autoupdate (#9)
* [pre-commit.ci] pre-commit autoupdate updates: - [github.com/psf/black: 24.4.2 → 25.1.0](https://github.com/psf/black/compare/24.4.2...25.1.0) - https://github.com/timothycrosley/isort → https://github.com/PyCQA/isort - [github.com/PyCQA/isort: 5.13.2 → 6.0.0](https://github.com/PyCQA/isort/compare/5.13.2...6.0.0) - [github.com/pre-commit/mirrors-mypy: v1.13.0 → v1.15.0](https://github.com/pre-commit/mirrors-mypy/compare/v1.13.0...v1.15.0) * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --------- Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
This commit is contained in:
parent
c97cf68393
commit
581ac2b3d1
8
.pre-commit-config.yaml
Executable file → Normal file
8
.pre-commit-config.yaml
Executable file → Normal file
@ -9,19 +9,19 @@ repos:
|
||||
files: \.py$
|
||||
|
||||
- repo: https://github.com/psf/black
|
||||
rev: 24.4.2
|
||||
rev: 25.1.0
|
||||
hooks:
|
||||
- id: black
|
||||
args: [--config=./pyproject.toml]
|
||||
|
||||
- repo: https://github.com/timothycrosley/isort
|
||||
rev: 5.13.2
|
||||
- repo: https://github.com/PyCQA/isort
|
||||
rev: 6.0.0
|
||||
hooks:
|
||||
- id: isort
|
||||
args: ["--profile", "black"]
|
||||
|
||||
- repo: https://github.com/pre-commit/mirrors-mypy
|
||||
rev: v1.13.0
|
||||
rev: v1.15.0
|
||||
hooks:
|
||||
- id: mypy
|
||||
|
||||
|
3
main.py
3
main.py
@ -1,5 +1,4 @@
|
||||
"""该入口文件仅在nb run无法正常工作时使用
|
||||
"""
|
||||
"""该入口文件仅在nb run无法正常工作时使用"""
|
||||
|
||||
import nonebot
|
||||
from nonebot import get_driver
|
||||
|
@ -1,5 +1,4 @@
|
||||
"""该功能目前~~正在开发中~~开发基本完成,暂时~~不~~可用,受影响的文件夹 `plugin`, `plugins`
|
||||
"""
|
||||
"""该功能目前~~正在开发中~~开发基本完成,暂时~~不~~可用,受影响的文件夹 `plugin`, `plugins`"""
|
||||
|
||||
from .func_call import *
|
||||
from .load import *
|
||||
|
Loading…
x
Reference in New Issue
Block a user