We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7a745ac commit 1b97041Copy full SHA for 1b97041
.pre-commit-config.yaml
@@ -7,23 +7,23 @@ ci:
7
autoupdate_commit_msg: ":arrow_up: auto update by pre-commit hooks"
8
repos:
9
- repo: https://github.com/astral-sh/ruff-pre-commit
10
- rev: v0.6.3
+ rev: v0.7.1
11
hooks:
12
- id: ruff
13
args: [--fix, --exit-non-zero-on-fix]
14
- stages: [commit]
+ stages: [pre-commit]
15
16
- repo: https://github.com/pycqa/isort
17
rev: 5.13.2
18
19
- id: isort
20
21
22
- repo: https://github.com/psf/black
23
- rev: 24.8.0
+ rev: 24.10.0
24
25
- id: black
26
27
28
- repo: https://github.com/nonebot/nonemoji
29
rev: v0.1.4
0 commit comments