Skip to content

Commit 7e97a30

Browse files
authored
Update pre-commit versions (#826)
1 parent 11123ab commit 7e97a30

1 file changed

Lines changed: 5 additions & 7 deletions

File tree

.pre-commit-config.yaml

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,7 @@ ci:
77
skip:
88
- twine-check
99
- changelog-bump
10-
autofix_prs: true
11-
autoupdate_commit_msg: '[pre-commit.ci] pre-commit suggestions'
12-
autoupdate_schedule: quarterly
10+
autofix_prs: false
1311

1412
repos:
1513

@@ -26,12 +24,12 @@ repos:
2624
exclude: .bumpversion.cfg
2725

2826
- repo: https://github.com/psf/black
29-
rev: 25.9.0
27+
rev: 25.12.0
3028
hooks:
3129
- id: black
3230

3331
- repo: https://github.com/astral-sh/ruff-pre-commit
34-
rev: v0.14.0
32+
rev: v0.14.10
3533
hooks:
3634
- id: ruff
3735
args: ["--fix"]
@@ -42,14 +40,14 @@ repos:
4240
- id: yesqa
4341

4442
- repo: https://github.com/crate-ci/typos
45-
rev: v1.38.1
43+
rev: v1.41.0
4644
hooks:
4745
- id: typos
4846
args: []
4947
verbose: true
5048

5149
- repo: https://github.com/pre-commit/mirrors-mypy
52-
rev: v1.18.2
50+
rev: v1.19.1
5351
hooks:
5452
- id: mypy
5553
files: jsonargparse.*/.*.py

0 commit comments

Comments
 (0)