Skip to content

Commit

Permalink
docs: update pre commit example (#232)
Browse files Browse the repository at this point in the history
* Update pre-commit example

* Update pre-commit example

---------

Co-authored-by: Jan Wagner <jherdieckerhoff@tu-dortmund.de>
  • Loading branch information
Jan Wagner and Jan Wagner committed May 17, 2024
1 parent 78b1651 commit 048b5b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
```
Expand Down

0 comments on commit 048b5b0

Please sign in to comment.