Conversation
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## master #1338 +/- ##
=======================================
Coverage 90.05% 90.05%
=======================================
Files 80 80
Lines 15915 15915
=======================================
Hits 14333 14333
Misses 1582 1582 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
📦 Cargo Bloat ComparisonBinary size change: +0.00% (16.6 MiB → 16.6 MiB) Expand for cargo-bloat outputHead Branch ResultsBase Branch Results |
There was a problem hiding this comment.
Pull request overview
This PR completes the configuration documentation by copying and adapting the relevant configuration documentation from pre-commit into prek's own documentation. This addresses issue #1233 which identified that relying on pre-commit's documentation created confusion about what features are supported by prek, version compatibility, and future changes.
Changes:
- Transformed the configuration documentation from a brief overview referencing pre-commit docs into a comprehensive standalone reference
- Added detailed sections on file discovery, file format, validation, top-level keys, repo types, hook entries, and common hook options
- Clearly marked prek-specific extensions (like
minimum_prek_version,orphan,repo: builtin,env, andpriority) to distinguish them from upstream pre-commit features
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Closes #1233