1 parent c2ed1b0 commit cc1dd73Copy full SHA for cc1dd73
1 file changed
.pre-commit-config.yaml
@@ -21,6 +21,6 @@ repos:
21
language: system
22
- id: formatting
23
name: Formatting
24
- entry: sh -c "git diff --staged --name-only | xargs -r python3 tools/codeformat.py"
+ entry: python3 tools/codeformat.py
25
types_or: [c, python]
26
0 commit comments