File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 1
1
repos :
2
2
- repo : https://github.com/pre-commit/pre-commit-hooks
3
- rev : v4.5 .0
3
+ rev : v4.6 .0
4
4
hooks :
5
5
- id : trailing-whitespace
6
6
exclude : cpp-linter-lib/tests/capture_tools_output/cpp-linter/cpp-linter/test_git_lib.patch
14
14
- id : mixed-line-ending
15
15
args : ["--fix=lf"]
16
16
- repo : https://github.com/astral-sh/ruff-pre-commit
17
- rev : v0.1.8
17
+ rev : v0.5.2
18
18
hooks :
19
19
# Run the python linter.
20
20
- id : ruff
Original file line number Diff line number Diff line change 15
15
point alias ("path/to/cpp-linter.exe"). Thus, the parser in `cli.rs` will halt on an
16
16
error because it is not configured to handle positional arguments.
17
17
"""
18
+
18
19
import sys
19
20
20
21
# Using relative import to load binary lib with same name as root package.
You can’t perform that action at this time.
0 commit comments