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