diff --git a/DIFF.md b/DIFF.md index e11c371b..51ddf7e0 100644 --- a/DIFF.md +++ b/DIFF.md @@ -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 ` 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