Skip to content

Commit e3f475d

Browse files
Correct .pre-commit-config.yaml filename in version bump (#707)
1 parent 621e310 commit e3f475d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

noxfile.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -425,8 +425,8 @@ def pc_bump(session: nox.Session) -> None:
425425
versions = {}
426426
pages = [
427427
Path("docs/pages/guides/style.md"),
428-
Path("{{cookiecutter.project_name}}/.prek-config.yaml"),
429-
Path(".prek-config.yaml"),
428+
Path("{{cookiecutter.project_name}}/.pre-commit-config.yaml"),
429+
Path(".pre-commit-config.yaml"),
430430
]
431431

432432
for page in pages:

0 commit comments

Comments
 (0)