Skip to content

Commit 2f635a8

Browse files
authored
Merge pull request #75 from scikit-hep/pre-commit-ci-update-config
chore: update pre-commit hooks
2 parents ed37170 + 016e88e commit 2f635a8

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

.pre-commit-config.yaml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ repos:
4141
args: [--py310-plus]
4242

4343
- repo: https://github.com/asottile/setup-cfg-fmt
44-
rev: v3.1.0
44+
rev: v3.2.0
4545
hooks:
4646
- id: setup-cfg-fmt
4747
args: [--max-py-version=3.14, --include-version-classifiers]
@@ -58,7 +58,7 @@ repos:
5858
args: [--py310-plus]
5959

6060
- repo: https://github.com/kynan/nbstripout
61-
rev: 0.8.2
61+
rev: 0.9.0
6262
hooks:
6363
- id: nbstripout
6464

@@ -69,7 +69,7 @@ repos:
6969
args: ["--futures=true"]
7070

7171
- repo: https://github.com/MarcoGorelli/auto-walrus
72-
rev: 0.3.4
72+
rev: 0.4.1
7373
hooks:
7474
- id: auto-walrus
7575

@@ -80,7 +80,7 @@ repos:
8080
# - id: oxipng
8181

8282
- repo: https://github.com/python-jsonschema/check-jsonschema
83-
rev: 0.35.0
83+
rev: 0.36.1
8484
hooks:
8585
- id: check-github-workflows
8686
- id: check-github-actions
@@ -93,7 +93,7 @@ repos:
9393
- id: rm-unneeded-f-str
9494

9595
- repo: https://github.com/astral-sh/ruff-pre-commit
96-
rev: "v0.14.7"
96+
rev: "v0.14.14"
9797
hooks:
9898
- id: ruff-check
9999
types_or: [python, pyi, jupyter]
@@ -103,7 +103,7 @@ repos:
103103
types_or: [python, pyi, jupyter]
104104

105105
- repo: https://github.com/pre-commit/mirrors-mypy
106-
rev: "v1.19.0"
106+
rev: "v1.19.1"
107107
hooks:
108108
- id: mypy
109109
files: src
@@ -124,7 +124,7 @@ repos:
124124
args: ["-L", "gaus"]
125125

126126
- repo: https://github.com/rbubley/mirrors-prettier
127-
rev: "v3.7.3"
127+
rev: "v3.8.1"
128128
hooks:
129129
- id: prettier
130130
types_or: [yaml, markdown, html, css, scss, javascript, json]

0 commit comments

Comments
 (0)