Skip to content

Commit 776014a

Browse files
committed
docs: update pre-commit hook rev to v3.6.0, add hook variant comments
1 parent 0d67997 commit 776014a

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -311,9 +311,11 @@ absolute gate. [docs/ARCHITECTURE.md →](docs/ARCHITECTURE.md)
311311
# .pre-commit-config.yaml
312312
repos:
313313
- repo: https://github.com/flamehaven01/AI-SLOP-Detector
314-
rev: v3.5.0
314+
rev: v3.6.0
315315
hooks:
316-
- id: slop-detector
316+
- id: slop-detector # hard gate — fails on CRITICAL_DEFICIT >= 70
317+
# - id: slop-detector-warn # soft mode — reports only, never blocks
318+
# - id: slop-detector-patterns # fast per-file pattern scan
317319
```
318320

319321
**GitHub Actions** (runs on every PR):

0 commit comments

Comments
 (0)