From 048b5b009de2c86217a7f18ecd0b710286fbbf51 Mon Sep 17 00:00:00 2001 From: Jan Wagner Date: Fri, 17 May 2024 02:48:00 +0200 Subject: [PATCH] docs: update pre commit example (#232) * Update pre-commit example * Update pre-commit example --------- Co-authored-by: Jan Wagner --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e8929f3..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: 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.0 : https://github.com/snakemake/snakefmt/releases hooks: - id: snakefmt ```