Skip to content

Commit df9d892

Browse files
authored
Merge pull request #3414 from nf-core/renovate/editorconfig-checker-editorconfig-checker.python-3.x
Update pre-commit hook editorconfig-checker/editorconfig-checker.python to v3.1.2
2 parents 2f71183 + dcf27d9 commit df9d892

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ repos:
1313
1414

1515
- repo: https://github.com/editorconfig-checker/editorconfig-checker.python
16-
rev: "3.0.3"
16+
rev: "3.1.2"
1717
hooks:
1818
- id: editorconfig-checker
1919
alias: ec

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@
1818

1919
### General
2020

21+
- Update pre-commit hook editorconfig-checker/editorconfig-checker.python to v3.1.2 ([#3414](https://github.com/nf-core/tools/pull/3414))
2122
- Fix `process.shell` in `nextflow.config` ([#3416](https://github.com/nf-core/tools/pull/3416))
2223
- Update python:3.12-slim Docker digest to 123be56 ([#3421](https://github.com/nf-core/tools/pull/3421))
2324

nf_core/pipeline-template/.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ repos:
77
88

99
- repo: https://github.com/editorconfig-checker/editorconfig-checker.python
10-
rev: "3.0.3"
10+
rev: "3.1.2"
1111
hooks:
1212
- id: editorconfig-checker
1313
alias: ec

0 commit comments

Comments
 (0)