Skip to content

Commit dab4575

Browse files
authored
Merge pull request #22 from legend-exp/pre-commit-ci-update-config
chore: update pre-commit hooks
2 parents 1513497 + b85cffe commit dab4575

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

.pre-commit-config.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ repos:
3131
- id: trailing-whitespace
3232

3333
- repo: https://github.com/astral-sh/ruff-pre-commit
34-
rev: "v0.13.3"
34+
rev: "v0.14.10"
3535
hooks:
3636
- id: ruff
3737
args: ["--fix", "--show-fixes"]
@@ -44,21 +44,21 @@ repos:
4444
additional_dependencies: ["validate-pyproject-schema-store[all]"]
4545

4646
- repo: https://github.com/python-jsonschema/check-jsonschema
47-
rev: "0.34.0"
47+
rev: "0.36.0"
4848
hooks:
4949
- id: check-dependabot
5050
- id: check-github-workflows
5151
- id: check-readthedocs
5252

5353
- repo: https://github.com/pre-commit/mirrors-mypy
54-
rev: "v1.18.2"
54+
rev: "v1.19.1"
5555
hooks:
5656
- id: mypy
5757
files: src
5858
stages: [manual]
5959

6060
- repo: https://github.com/kynan/nbstripout
61-
rev: "0.8.1"
61+
rev: "0.8.2"
6262
hooks:
6363
- id: nbstripout
6464
args:
@@ -69,7 +69,7 @@ repos:
6969
]
7070

7171
- repo: https://github.com/mgedmin/check-manifest
72-
rev: "0.50"
72+
rev: "0.51"
7373
hooks:
7474
- id: check-manifest
7575
stages: [manual]

0 commit comments

Comments
 (0)