1
0
mirror of https://github.com/j178/prek.git synced 2026-04-25 02:11:36 +02:00

Update DIFF.md

This commit is contained in:
Jo
2025-08-09 11:53:59 +08:00
committed by GitHub
parent 4d2d27ba66
commit c98575d88c
+3
View File
@@ -6,7 +6,10 @@
- `prek` decoupled hook environment from their repositories, allowing shared toolchains and environments across hooks.
- `prek` supports Python toolchain management, it delegates to `uv`, and uses `uv` for virtual environments and dependencies.
- `prek` supports `language-version` as a semver specifier and automatically installs the required toolchains.
- `prek run --last-commit` to run hooks on files changed by the last commit.
- `prek run --directory <DIR>` to run hooks on a specified directory.
- `prek sample-config` command has a `--file` option to write the sample configuration to a specific file.
- `prek` provides dynamic completions of hook id.
### Future plans