Skip to content

Commit 5e732b6

Browse files
chore: auto update by pre-commit hooks (#47)
* chore: auto update by pre-commit hooks updates: - [github.com/astral-sh/ruff-pre-commit: v0.2.2 → v0.3.4](astral-sh/ruff-pre-commit@v0.2.2...v0.3.4) * style: auto fix by pre-commit hooks --------- Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent 5f39066 commit 5e732b6

File tree

3 files changed

+3
-1
lines changed

3 files changed

+3
-1
lines changed

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ ci:
66
autoupdate_commit_msg: "chore: auto update by pre-commit hooks"
77
repos:
88
- repo: https://github.com/astral-sh/ruff-pre-commit
9-
rev: v0.2.2
9+
rev: v0.3.4
1010
hooks:
1111
- id: ruff
1212
args: [--fix, --exit-non-zero-on-fix]

nonebot_plugin_chatrecorder/migrations/46327b837dd8_data_migrate.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
创建时间: 2023-10-12 15:32:47.496268
66
77
"""
8+
89
from __future__ import annotations
910

1011
import math

nonebot_plugin_chatrecorder/migrations/e6460fccaf90_init_db.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
创建时间: 2023-10-09 21:18:49.711008
66
77
"""
8+
89
from __future__ import annotations
910

1011
from collections.abc import Sequence

0 commit comments

Comments
 (0)