Skip to content

Commit 736aa49

Browse files
authored
⬆️ upgrade dependencies
1 parent 44f6107 commit 736aa49

File tree

4 files changed

+769
-967
lines changed

4 files changed

+769
-967
lines changed

.pre-commit-config.yaml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,13 @@ ci:
66
autoupdate_schedule: monthly
77
autoupdate_commit_msg: ":arrow_up: auto update by pre-commit hooks"
88
repos:
9+
- repo: https://github.com/hadialqattan/pycln
10+
rev: v2.1.4
11+
hooks:
12+
- id: pycln
13+
args: [--config, pyproject.toml]
14+
stages: [commit]
15+
916
- repo: https://github.com/pycqa/isort
1017
rev: 5.12.0
1118
hooks:

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<!-- markdownlint-disable-next-line MD041 -->
22
<p align="center">
3-
<a href="https://v2.nonebot.dev/"><img src="https://raw.githubusercontent.com/nonebot/adapter-github/master/assets/logo.png" width="200" height="200" alt="nonebot"></a>
3+
<a href="https://nonebot.dev/"><img src="https://raw.githubusercontent.com/nonebot/adapter-github/master/assets/logo.png" width="200" height="200" alt="nonebot"></a>
44
</p>
55

66
<div align="center">

0 commit comments

Comments
 (0)