diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 79abc44..a9b187a 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -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] diff --git a/pyproject.toml b/pyproject.toml index 2f1f360..642f83d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "nonebot-plugin-access-control" -version = "1.2.1" +version = "1.2.2" description = "" authors = ["ssttkkl "] license = "MIT"