Skip to content

Commit

Permalink
🔖 bump version 1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
yanyongyu authored Oct 23, 2023
1 parent c8bce5b commit 3a603c7
Show file tree
Hide file tree
Showing 4 changed files with 45 additions and 46 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ruff.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@ on:
pull_request:
paths:
- "nonebot/**"
- "packages/**"
- "pyproject.toml"
- "poetry.lock"

jobs:
ruff:
Expand Down
4 changes: 2 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ ci:
autoupdate_commit_msg: ":arrow_up: auto update by pre-commit hooks"
repos:
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.0.292
rev: v0.1.1
hooks:
- id: ruff
args: [--fix, --exit-non-zero-on-fix]
Expand All @@ -20,7 +20,7 @@ repos:
stages: [commit]

- repo: https://github.com/psf/black
rev: 23.9.1
rev: 23.10.0
hooks:
- id: black
stages: [commit]
Expand Down
80 changes: 38 additions & 42 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.0.0"
version = "1.0.1"
description = "QQ adapter for nonebot2"
authors = ["yanyongyu <yyy@nonebot.dev>"]
license = "MIT"
Expand All @@ -26,11 +26,11 @@ nonebot2 = "^2.1.0"
typing-extensions = ">=4.4.0, <5.0.0"

[tool.poetry.group.dev.dependencies]
ruff = "^0.1.0"
isort = "^5.10.1"
black = "^23.1.0"
nonemoji = "^0.1.3"
pre-commit = "^3.3.0"
ruff = ">=0.0.282, <0.1.0"

[tool.black]
line-length = 88
Expand Down

0 comments on commit 3a603c7

Please sign in to comment.