File tree 2 files changed +3
-3
lines changed
docs/dev_guides/git_guides
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 26
26
files : \.md$|\.rst$
27
27
# For Python files
28
28
- repo : https://github.com/astral-sh/ruff-pre-commit
29
- rev : v0.9.2
29
+ rev : v0.11.0
30
30
hooks :
31
31
- id : ruff
32
32
args : [--fix, --exit-non-zero-on-fix, --no-cache]
Original file line number Diff line number Diff line change @@ -84,9 +84,9 @@ Date: xxx
84
84
| [pre-commit/pre-commit-hooks](https://github.com/pre-commit/pre-commit-hooks) | pre-commit 官方支持的 hook,执行一些通用检查 | 4.4.0 |
85
85
| [Lucas-C/pre-commit-hooks](https://github.com/Lucas-C/pre-commit-hooks.git) | 社区维护的一些通用的 hook,含将 CRLF 改为 LF、移除 Tab 等 hook | 1.5.1 |
86
86
| [copyright_checker](https://github.com/PaddlePaddle/Paddle/blob/develop/tools/codestyle/copyright.hook) | Copyright 检查 | 本地脚本 |
87
- | [typos](https://github.com/crate-ci/typos) | 拼写错误检查 | 1.29.4 |
87
+ | [typos](https://github.com/crate-ci/typos) | 拼写错误检查 | 1.30.2 |
88
88
| [black](https://github.com/psf/black) | Python 代码格式化 | 24.8.0 |
89
- | [ruff](https://github.com/astral-sh/ruff) | Python 代码风格检查 | 0.9.2 |
89
+ | [ruff](https://github.com/astral-sh/ruff) | Python 代码风格检查 | 0.11.0 |
90
90
| [clang-format](https://github.com/llvm/llvm-project/tree/main/clang/tools/clang-format) | C++ 代码格式化 | 13.0.0 |
91
91
| [cpplint](https://github.com/cpplint/cpplint) | C++ 代码风格检查 | 1.6.0 |
92
92
| [clang-tidy](https://github.com/llvm/llvm-project/tree/main/clang-tools-extra/clang-tidy) | C++ 代码风格检查 | 15.0.2.1 |
You can’t perform that action at this time.
0 commit comments