From 301bace46e36962236a00c8df264fe306da91bfb Mon Sep 17 00:00:00 2001 From: Jo <10510431+j178@users.noreply.github.com> Date: Sat, 9 Aug 2025 16:51:43 +0800 Subject: [PATCH] Update readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c496445b..c4850ebc 100644 --- a/README.md +++ b/README.md @@ -70,7 +70,7 @@ For configuring `.pre-commit-config.yaml` and writing hooks, you can refer to th - `prek run` has some improvements over `pre-commit run`, such as: - `prek run --directory ` runs hooks for files in the specified directory, no need to use `git ls-files -- | xargs pre-commit run --files` anymore. - `prek run --last-commit` runs hooks for files changed in the last commit. -- (TODO): prek provides shell completions for `prek run ` command, so you can easily find the available hooks. +- prek provides shell completions for `prek run ` command, so you can easily find the available hooks. ## Installation