Skip to content

Commit 3a28097

Browse files
⬆️ auto update by pre-commit hooks (#23)
1 parent 5067703 commit 3a28097

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ ci:
77
autoupdate_commit_msg: ":arrow_up: auto update by pre-commit hooks"
88
repos:
99
- repo: https://github.com/hadialqattan/pycln
10-
rev: v2.1.3
10+
rev: v2.1.5
1111
hooks:
1212
- id: pycln
1313
args: [--config, pyproject.toml]

nonebot_plugin_manager/manager.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
from pathlib import Path
2-
from typing import Dict, List, Union, Optional
2+
from typing import Dict, List, Union
33

44
import yaml
55

0 commit comments

Comments
 (0)