We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ff91fd8 commit 3d3264fCopy full SHA for 3d3264f
.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
cpp-linter-py/cpp_linter/entry_point.py
@@ -15,6 +15,7 @@
point alias ("path/to/cpp-linter.exe"). Thus, the parser in `cli.rs` will halt on an
error because it is not configured to handle positional arguments.
"""
+
import sys
21
# Using relative import to load binary lib with same name as root package.
0 commit comments