From 276e5856f9481216af934c2a372050924fc1d351 Mon Sep 17 00:00:00 2001 From: Jan Wagner Date: Thu, 16 May 2024 14:49:30 +0200 Subject: [PATCH 1/2] Update pre-commit example --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e8929f3..aba5447 100644 --- a/README.md +++ b/README.md @@ -297,7 +297,7 @@ To do so, create the file `.pre-commit-config.yaml` in the root of your project ```yaml repos: - repo: https://github.com/snakemake/snakefmt - rev: 0.5.0 # Replace by any tag/version ≥0.2.4 : https://github.com/snakemake/snakefmt/releases + rev: v0.10.2 # Replace by any tag/version ≥v0.6 : https://github.com/snakemake/snakefmt/releases hooks: - id: snakefmt ``` From cf23d43c417727f44a7c66ba3432249fe8639a04 Mon Sep 17 00:00:00 2001 From: Jan Wagner Date: Thu, 16 May 2024 14:49:30 +0200 Subject: [PATCH 2/2] Update pre-commit example --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index aba5447..4e9632d 100644 --- a/README.md +++ b/README.md @@ -297,7 +297,7 @@ To do so, create the file `.pre-commit-config.yaml` in the root of your project ```yaml repos: - repo: https://github.com/snakemake/snakefmt - rev: v0.10.2 # Replace by any tag/version ≥v0.6 : https://github.com/snakemake/snakefmt/releases + rev: v0.10.2 # Replace by any tag/version ≥v0.6.0 : https://github.com/snakemake/snakefmt/releases hooks: - id: snakefmt ```