Skip to content

Commit

Permalink
v1.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
ssttkkl committed Oct 19, 2024
1 parent 051a5a7 commit 17ec636
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,17 +11,17 @@ repos:
hooks:
- id: ruff
args: [--fix]
stages: [Nonepre-commitNone]
stages: [commit]

- repo: https://github.com/pycqa/isort
rev: 5.13.2
hooks:
- id: isort
stages: [Nonepre-commitNone]
stages: [commit]

- repo: https://github.com/psf/black
rev: 24.10.0
hooks:
- id: black
stages: [Nonepre-commitNone]
stages: [commit]

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "nonebot-plugin-access-control"
version = "1.2.1"
version = "1.2.2"
description = ""
authors = ["ssttkkl <[email protected]>"]
license = "MIT"
Expand Down

0 comments on commit 17ec636

Please sign in to comment.