Skip to content

Commit 7007b8b

Browse files
committed
Reset .pre-commit-config.yaml to upstream/master
1 parent 3ae1122 commit 7007b8b

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.pre-commit-config.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
repos:
22
- repo: https://github.com/pre-commit/mirrors-prettier
3-
rev: "v4.0.0-alpha.8"
3+
rev: "v3.1.0"
44
hooks:
55
- id: prettier
66
additional_dependencies:
@@ -22,7 +22,7 @@ repos:
2222
)$
2323
2424
- repo: https://github.com/python-jsonschema/check-jsonschema
25-
rev: 0.34.1
25+
rev: 0.33.2
2626
hooks:
2727
- id: check-jsonschema
2828
name: "Match meta.ymls in one of the subdirectories of modules/nf-core"
@@ -43,15 +43,15 @@ repos:
4343

4444
# use ruff for python files
4545
- repo: https://github.com/astral-sh/ruff-pre-commit
46-
rev: v0.14.2
46+
rev: v0.12.9
4747
hooks:
4848
- id: ruff
4949
files: \.py$
5050
args: [--fix, --exit-non-zero-on-fix, "--select", "I,E1,E4,E7,E9,F,UP,N"] # sort imports and fix (rules taken from nf-core/tools)
5151
- id: ruff-format # formatter
5252
# NOTE This runs with Docker instead of the binary. Hoping anyone messing with Dockerfiles has Docker installed
5353
- repo: https://github.com/hadolint/hadolint
54-
rev: v2.14.0
54+
rev: v2.12.0
5555
hooks:
5656
- id: hadolint-docker
5757
- repo: https://github.com/nf-core/tools

0 commit comments

Comments
 (0)