From e9d5ea3333cc5c595ea66d68d0c5b8e2b4e8907c Mon Sep 17 00:00:00 2001 From: malmans2 <22245117+malmans2@users.noreply.github.com> Date: Mon, 10 Mar 2025 01:06:48 +0000 Subject: [PATCH] [create-pull-request] automated change --- {{cookiecutter.project_name}}/.pre-commit-config.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/{{cookiecutter.project_name}}/.pre-commit-config.yaml b/{{cookiecutter.project_name}}/.pre-commit-config.yaml index 28a7f5c..8471a6d 100644 --- a/{{cookiecutter.project_name}}/.pre-commit-config.yaml +++ b/{{cookiecutter.project_name}}/.pre-commit-config.yaml @@ -17,7 +17,7 @@ repos: - id: blackdoc additional_dependencies: [black==23.11.0] - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.9.9 + rev: v0.9.10 hooks: - id: ruff args: [--fix, --show-fixes]