Skip to content

Commit 0335637

Browse files
committed
docs: update by pre-commit
1 parent 3bbbbd6 commit 0335637

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/copilot-instructions.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ Run: `git add . && git commit -m "initial" && pre-commit run --all-files`
132132
133133
### Build Times and Expectations
134134
- Package installation: 2-3 minutes
135-
- Test suite (working tests): 6-8 minutes
135+
- Test suite (working tests): 6-8 minutes
136136
- Coverage tests: 8-10 minutes
137137
- Individual hook execution: 15-20 seconds (first use), 1-2 seconds (subsequent)
138138
- Pre-commit setup: 15-20 seconds (when network allows)
@@ -143,4 +143,4 @@ Run: `git add . && git commit -m "initial" && pre-commit run --all-files`
143143
- Use local system hooks in `.pre-commit-config.yaml` to avoid network timeouts
144144
- Test hooks directly with `python -m cpp_linter_hooks.{tool}` before using via pre-commit
145145
146-
Always validate that your changes don't break the core functionality by running the hook validation scenarios above.
146+
Always validate that your changes don't break the core functionality by running the hook validation scenarios above.

0 commit comments

Comments
 (0)