Skip to content

Commit

Permalink
🔖 bump version 1.6.2
Browse files Browse the repository at this point in the history
  • Loading branch information
yanyongyu authored Jan 30, 2025
1 parent 3fbf7ae commit 39298cc
Show file tree
Hide file tree
Showing 3 changed files with 53 additions and 52 deletions.
4 changes: 2 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,13 @@ ci:
autoupdate_commit_msg: ":arrow_up: auto update by pre-commit hooks"
repos:
- repo: https://github.com/pycqa/isort
rev: 5.13.2
rev: 6.0.0
hooks:
- id: isort
stages: [pre-commit]

- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.8.6
rev: v0.9.3
hooks:
- id: ruff
args: [--fix, --exit-non-zero-on-fix]
Expand Down
97 changes: 49 additions & 48 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "nonebot-adapter-qq"
version = "1.6.1"
version = "1.6.2"
description = "QQ adapter for nonebot2"
authors = ["yanyongyu <[email protected]>"]
license = "MIT"
Expand Down Expand Up @@ -28,7 +28,7 @@ pydantic = ">=1.10.0,<3.0.0,!=2.5.0,!=2.5.1"

[tool.poetry.group.dev.dependencies]
ruff = "^0.9.0"
isort = "^5.10.1"
isort = "^6.0.0"
nonemoji = "^0.1.3"
pre-commit = "^4.0.0"

Expand Down

0 comments on commit 39298cc

Please sign in to comment.