We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ec18c47 commit ba047edCopy full SHA for ba047ed
.pre-commit-config.yaml
@@ -1,14 +1,14 @@
1
repos:
2
- repo: https://github.com/pre-commit/pre-commit-hooks
3
- rev: v5.0.0 # 选择最新的稳定版本
+ rev: v6.0.0 # 选择最新的稳定版本
4
hooks:
5
- id: trailing-whitespace # 去除多余的空格
6
- id: end-of-file-fixer # 确保文件以空行结束
7
- id: check-yaml # 检查 YAML 文件格式
8
- id: check-added-large-files # 检查提交中是否包含过大的文件
9
10
- repo: https://github.com/astral-sh/ruff-pre-commit
11
- rev: v0.9.4
+ rev: v0.12.12
12
13
# Run the linter.
14
- id: ruff
0 commit comments