Skip to content

Commit

Permalink
⬆️ auto update by pre-commit hooks (#64)
Browse files Browse the repository at this point in the history
* ⬆️ auto update by pre-commit hooks

updates:
- [github.com/psf/black: 23.12.1 → 24.1.1](psf/black@23.12.1...24.1.1)

* 🚨 auto fix by pre-commit hooks

---------

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Co-authored-by: Jigsaw <[email protected]>
  • Loading branch information
pre-commit-ci[bot] and j1g5awi authored Feb 9, 2024
1 parent 66425b1 commit 6b7efa6
Show file tree
Hide file tree
Showing 4 changed files with 130 additions and 239 deletions.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ repos:
stages: [commit]

- repo: https://github.com/psf/black
rev: 23.12.1
rev: 24.1.1
hooks:
- id: black
stages: [commit]
Expand Down
1 change: 0 additions & 1 deletion example/photo.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
"""发送图片的示例,其他上传文件的操作同理"""


from anyio import open_file

from nonebot import on_command
Expand Down
Loading

0 comments on commit 6b7efa6

Please sign in to comment.