Skip to content

Commit

Permalink
Merge pull request #3155 from nf-core/renovate/editorconfig-checker-e…
Browse files Browse the repository at this point in the history
…ditorconfig-checker.python-3.x

Update pre-commit hook editorconfig-checker/editorconfig-checker.python to v3
  • Loading branch information
mashehu authored Sep 30, 2024
2 parents c30967e + 94d28d1 commit a05cc8f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ repos:
- prettier@3.3.3

- repo: https://github.com/editorconfig-checker/editorconfig-checker.python
rev: "2.7.3"
rev: "3.0.3"
hooks:
- id: editorconfig-checker
alias: ec
Expand Down
2 changes: 1 addition & 1 deletion nf_core/pipeline-template/.pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ repos:
- prettier@3.2.5

- repo: https://github.com/editorconfig-checker/editorconfig-checker.python
rev: "2.7.3"
rev: "3.0.3"
hooks:
- id: editorconfig-checker
alias: ec

0 comments on commit a05cc8f

Please sign in to comment.