🔖 bump version 2.3.0 (#2688)

This commit is contained in:
Ju4tCode
2024-05-01 16:55:17 +08:00
committed by GitHub
parent 445711e1cb
commit 6e95d5366c
94 changed files with 860 additions and 18035 deletions

View File

@ -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.3.7
rev: v0.4.2
hooks:
- id: ruff
args: [--fix, --exit-non-zero-on-fix]
@ -20,7 +20,7 @@ repos:
stages: [commit]
- repo: https://github.com/psf/black
rev: 24.4.0
rev: 24.4.2
hooks:
- id: black
stages: [commit]