Skip to content

Commit 9fce2b9

Browse files
authored
Update pre-commit config (#764)
1 parent 96087b2 commit 9fce2b9

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
@@ -14,7 +14,7 @@ ci:
1414
repos:
1515

1616
- repo: https://github.com/pre-commit/pre-commit-hooks
17-
rev: v5.0.0
17+
rev: v6.0.0
1818
hooks:
1919
- id: check-added-large-files
2020
- id: check-ast
@@ -31,7 +31,7 @@ repos:
3131
- id: black
3232

3333
- repo: https://github.com/astral-sh/ruff-pre-commit
34-
rev: v0.12.5
34+
rev: v0.12.10
3535
hooks:
3636
- id: ruff
3737
args: ["--fix"]
@@ -42,14 +42,14 @@ repos:
4242
- id: yesqa
4343

4444
- repo: https://github.com/crate-ci/typos
45-
rev: v1.34.0
45+
rev: v1.35.5
4646
hooks:
4747
- id: typos
4848
args: []
4949
verbose: true
5050

5151
- repo: https://github.com/pre-commit/mirrors-mypy
52-
rev: v1.17.0
52+
rev: v1.17.1
5353
hooks:
5454
- id: mypy
5555
files: jsonargparse.*/.*.py

0 commit comments

Comments
 (0)