mirror of
https://github.com/j178/prek.git
synced 2026-04-03 17:34:03 +02:00
* Implement `prek cache gc` * Refactor * Improve * Add `--dry-run` * Add color * Add `--verbose` * Improve styling * Update docs * Fix * Improve * Refactor * Add test * Minor # Conflicts: # crates/prek/src/store.rs
16 lines
642 B
Markdown
16 lines
642 B
Markdown
# TODO: Parity with pre-commit
|
|
|
|
This page tracks gaps that prevent `prek` from being a drop-in replacement for `pre-commit`.
|
|
|
|
## Subcommands not implemented
|
|
|
|
All major subcommands of `pre-commit` have been implemented in `prek`.
|
|
|
|
!!! Note "pre-commit hazmat"
|
|
|
|
The new `pre-commit hazmat` subcommand introduced in pre-commit [v4.5.0](https://github.com/pre-commit/pre-commit/releases/tag/v4.5.0) is a bit niche and unlikely to be widely used. It is not currently implemented in `prek`.
|
|
|
|
## Language support status
|
|
|
|
See [Language Support](languages.md) for the current list of supported and unsupported languages, plus prek-specific notes.
|