From 7ca3910159a799aa04eee9720ee0d9ad16523193 Mon Sep 17 00:00:00 2001 From: Naisha Sinha <117387359+naishasinha@users.noreply.github.com> Date: Mon, 1 Apr 2024 09:38:34 -0700 Subject: [PATCH] Update README.md with correct pre-commit-config.yaml link --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f2bcad90..10048da8 100644 --- a/README.md +++ b/README.md @@ -101,7 +101,7 @@ to be run manually or with every commit: pipenv run pre-commit run -a ``` 3. _(Optional)_ review the configuration file: - [`.pre-commit-config.yaml`](`.pre-commit-config.yaml`) + [`.pre-commit-config.yaml`](.pre-commit-config.yaml) #### Using [`dev/tools.sh`][tools-sh] helper script