Skip to content

Commit

Permalink
Merge pull request #2697 from mashehu/fix-pre-prettier
Browse files Browse the repository at this point in the history
use correct prettier version in pre-commit template [no changelog]
  • Loading branch information
mashehu authored Jan 29, 2024
2 parents eb2531f + df89d53 commit deedfa3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nf_core/pipeline-template/.pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
repos:
- repo: https://github.com/pre-commit/mirrors-prettier
rev: "v3.1.1"
rev: "v3.1.0"
hooks:
- id: prettier
- repo: https://github.com/editorconfig-checker/editorconfig-checker.python
Expand Down

0 comments on commit deedfa3

Please sign in to comment.