Skip to content

Commit

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

updates:
- [github.com/psf/black: 23.7.0 → 23.9.1](psf/black@23.7.0...23.9.1)

* 🚨 auto fix by pre-commit hooks

---------

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
  • Loading branch information
pre-commit-ci[bot] authored Oct 3, 2023
1 parent b882dd6 commit 28711f0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ repos:
stages: [commit]

- repo: https://github.com/psf/black
rev: 23.7.0
rev: 23.9.1
hooks:
- id: black
stages: [commit]
Expand Down
3 changes: 1 addition & 2 deletions src/plugins/github/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -69,5 +69,4 @@ def get_qq_bot() -> QQBot:
return next(bot for bot in nonebot.get_bots().values() if isinstance(bot, QQBot))


def get_qqguild_bot():
...
def get_qqguild_bot(): ...

0 comments on commit 28711f0

Please sign in to comment.