🔖 bump version 2.1.1 (#2380)

This commit is contained in:
Ju4tCode
2023-10-01 14:27:31 +08:00
committed by GitHub
parent 5d4cf7e421
commit 94dff49e60
86 changed files with 281 additions and 14880 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.0.287
rev: v0.0.291
hooks:
- id: ruff
args: [--fix, --exit-non-zero-on-fix]
@ -20,7 +20,7 @@ repos:
stages: [commit]
- repo: https://github.com/psf/black
rev: 23.7.0
rev: 23.9.1
hooks:
- id: black
stages: [commit]