From dac207bccadcc1862eeefd63158b14a2641aa585 Mon Sep 17 00:00:00 2001 From: "Jose R. Zapata" Date: Mon, 9 Dec 2024 03:15:19 -0500 Subject: [PATCH] [create-pull-request] automated change (#128) --- {{cookiecutter.repo_name}}/.pre-commit-config.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/{{cookiecutter.repo_name}}/.pre-commit-config.yaml b/{{cookiecutter.repo_name}}/.pre-commit-config.yaml index 49c8d41..8c7d526 100644 --- a/{{cookiecutter.repo_name}}/.pre-commit-config.yaml +++ b/{{cookiecutter.repo_name}}/.pre-commit-config.yaml @@ -13,7 +13,7 @@ repos: - repo: https://github.com/astral-sh/ruff-pre-commit # Ruff version. - rev: v0.8.1 + rev: v0.8.2 hooks: # Run the linter.s - id: ruff @@ -43,7 +43,7 @@ repos: args: ['--exclude-files', '.*[^i][^p][^y][^n][^b]$', '--exclude-lines', '"(hash|id|image/\w+)":.*', ] - repo: https://github.com/commitizen-tools/commitizen - rev: v4.0.0 + rev: v4.1.0 hooks: - id: commitizen - id: commitizen-branch