Skip to content

Commit

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

chore(deps): update pre-commit hook editorconfig-checker/editorconfig-checker.python to v3.2.0
  • Loading branch information
mashehu authored Feb 24, 2025
2 parents 8382b29 + 4cb669b commit 0a75afa
Show file tree
Hide file tree
Showing 3 changed files with 3 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.5.0

- repo: https://github.com/editorconfig-checker/editorconfig-checker.python
rev: "3.1.2"
rev: "3.2.0"
hooks:
- id: editorconfig-checker
alias: ec
Expand Down
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@
- chore(deps): update python:3.12-slim docker digest to 69ce3ae ([#3433](https://github.com/nf-core/tools/pull/3433))
- chore(deps): update pre-commit hook astral-sh/ruff-pre-commit to v0.9.4 ([#3438](https://github.com/nf-core/tools/pull/3438))
- format name/value with YAML syntax ([#3442](https://github.com/nf-core/tools/pull/3442))
- chore(deps): update pre-commit hook editorconfig-checker/editorconfig-checker.python to v3.2.0 ([#3446](https://github.com/nf-core/tools/pull/3446))
- chore(deps): update pre-commit hook astral-sh/ruff-pre-commit to v0.9.5 ([#3445](https://github.com/nf-core/tools/pull/3445))
- chore(deps): update pre-commit hook pre-commit/mirrors-mypy to v1.15.0 ([#3447](https://github.com/nf-core/tools/pull/3447))
- Update prettier to 3.5.0 ([#3448](https://github.com/nf-core/tools/pull/3448))
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.5.0

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

0 comments on commit 0a75afa

Please sign in to comment.