From 208e26a41550e02b234cf49b91fd28d9ea12cfbb Mon Sep 17 00:00:00 2001 From: Cornelius Roemer Date: Sun, 24 Sep 2023 00:51:32 +0200 Subject: [PATCH] Add pre-commit config file (for snakefmt) --- .pre-commit-config.yaml | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 .pre-commit-config.yaml diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml new file mode 100644 index 00000000..f8c1f14f --- /dev/null +++ b/.pre-commit-config.yaml @@ -0,0 +1,5 @@ +repos: + - repo: https://github.com/snakemake/snakefmt + rev: v0.8.4 # Update when snakefmt has new release + hooks: + - id: snakefmt