Skip to content

Commit 74c169b

Browse files
authored
Update pre-commit versions (#558)
1 parent f5f2422 commit 74c169b

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
@@ -24,12 +24,12 @@ repos:
2424
exclude: .bumpversion.cfg
2525

2626
- repo: https://github.com/psf/black
27-
rev: 24.4.2
27+
rev: 24.8.0
2828
hooks:
2929
- id: black
3030

3131
- repo: https://github.com/astral-sh/ruff-pre-commit
32-
rev: v0.5.4
32+
rev: v0.5.7
3333
hooks:
3434
- id: ruff
3535
args: ["--fix"]
@@ -40,14 +40,14 @@ repos:
4040
- id: yesqa
4141

4242
- repo: https://github.com/crate-ci/typos
43-
rev: v1.23.3
43+
rev: v1.23.6
4444
hooks:
4545
- id: typos
4646
args: []
4747
verbose: true
4848

4949
- repo: https://github.com/pre-commit/mirrors-mypy
50-
rev: v1.11.0
50+
rev: v1.11.1
5151
hooks:
5252
- id: mypy
5353
files: jsonargparse.*/.*.py

0 commit comments

Comments
 (0)