From 9de3a6970fec187db97e502ddb4ba4880eb6343d Mon Sep 17 00:00:00 2001 From: Jonathan Berthias Date: Sat, 22 Nov 2025 23:46:37 +0100 Subject: [PATCH] Correct .pre-commit-config.yaml filename --- noxfile.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/noxfile.py b/noxfile.py index 6c55c366..707c89ae 100755 --- a/noxfile.py +++ b/noxfile.py @@ -425,8 +425,8 @@ def pc_bump(session: nox.Session) -> None: versions = {} pages = [ Path("docs/pages/guides/style.md"), - Path("{{cookiecutter.project_name}}/.prek-config.yaml"), - Path(".prek-config.yaml"), + Path("{{cookiecutter.project_name}}/.pre-commit-config.yaml"), + Path(".pre-commit-config.yaml"), ] for page in pages: