From 7634681262d61879e29f5e758ba5464d2ca4dfdc Mon Sep 17 00:00:00 2001 From: Edward Nolan Date: Sun, 24 May 2026 18:10:44 -0400 Subject: [PATCH] Bump beman-tidy version to 0.5.1 This contains the new checks for improved README.md badges. --- .../{{cookiecutter.project_name}}/.pre-commit-config.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cookiecutter/{{cookiecutter.project_name}}/.pre-commit-config.yaml b/cookiecutter/{{cookiecutter.project_name}}/.pre-commit-config.yaml index 4ea54407..34c954a6 100644 --- a/cookiecutter/{{cookiecutter.project_name}}/.pre-commit-config.yaml +++ b/cookiecutter/{{cookiecutter.project_name}}/.pre-commit-config.yaml @@ -43,7 +43,7 @@ repos: {% if not cookiecutter._generating_exemplar %} # Beman Standard checking via beman-tidy - repo: https://github.com/bemanproject/beman-tidy - rev: v0.5.0 + rev: v0.5.1 hooks: - id: beman-tidy