Skip to content

Commit c314958

Browse files
committed
fix pre-commit EOF fixer regression and clarify test SOP
1 parent 01759ac commit c314958

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

scripts/precommit_black_single.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,4 +32,3 @@ def main(argv: list[str]) -> int:
3232

3333
if __name__ == "__main__":
3434
raise SystemExit(main(sys.argv))
35-

tests/TEST_SOP.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ pre-commit run detect-secrets --all-files
1818
```bash
1919
pre-commit run --all-files --show-diff-on-failure
2020
```
21+
If any hook reports “files were modified”, stage + commit those changes and re-run until this step is clean.
2122

2223
3) Backend unit tests (recommended; CI enforces)
2324
```bash

0 commit comments

Comments
 (0)