From 5a01fbccc45df8af94a5313f9fa55c9d5cb8c5fd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Aur=C3=A9lien=20Bompard?= Date: Tue, 2 Jul 2024 18:28:43 +0200 Subject: [PATCH] Actually change the version MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Aurélien Bompard --- {{ cookiecutter.slug }}/.pre-commit-config.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/{{ cookiecutter.slug }}/.pre-commit-config.yaml b/{{ cookiecutter.slug }}/.pre-commit-config.yaml index 4341329..132d4d4 100644 --- a/{{ cookiecutter.slug }}/.pre-commit-config.yaml +++ b/{{ cookiecutter.slug }}/.pre-commit-config.yaml @@ -20,7 +20,7 @@ repos: # Ruff - repo: https://github.com/charliermarsh/ruff-pre-commit # Ruff version. - rev: v0.4.8 + rev: v0.5.0 hooks: - id: ruff