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 ff91fd8 commit 97b8bf0Copy full SHA for 97b8bf0
.pre-commit-config.yaml
@@ -1,6 +1,6 @@
1
repos:
2
- repo: https://github.com/pre-commit/pre-commit-hooks
3
- rev: v4.5.0
+ rev: v4.6.0
4
hooks:
5
- id: trailing-whitespace
6
exclude: cpp-linter-lib/tests/capture_tools_output/cpp-linter/cpp-linter/test_git_lib.patch
@@ -14,7 +14,7 @@ repos:
14
- id: mixed-line-ending
15
args: ["--fix=lf"]
16
- repo: https://github.com/astral-sh/ruff-pre-commit
17
- rev: v0.1.8
+ rev: v0.5.2
18
19
# Run the python linter.
20
- id: ruff
0 commit comments