From 17ec636003968c3245497f3c47d49d20c3596452 Mon Sep 17 00:00:00 2001 From: ssttkkl Date: Sun, 20 Oct 2024 01:14:01 +0800 Subject: [PATCH] v1.2.2 --- .pre-commit-config.yaml | 6 +++--- pyproject.toml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) 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"