We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 96087b2 commit 9fce2b9Copy full SHA for 9fce2b9
.pre-commit-config.yaml
@@ -14,7 +14,7 @@ ci:
14
repos:
15
16
- repo: https://github.com/pre-commit/pre-commit-hooks
17
- rev: v5.0.0
+ rev: v6.0.0
18
hooks:
19
- id: check-added-large-files
20
- id: check-ast
@@ -31,7 +31,7 @@ repos:
31
- id: black
32
33
- repo: https://github.com/astral-sh/ruff-pre-commit
34
- rev: v0.12.5
+ rev: v0.12.10
35
36
- id: ruff
37
args: ["--fix"]
@@ -42,14 +42,14 @@ repos:
42
- id: yesqa
43
44
- repo: https://github.com/crate-ci/typos
45
- rev: v1.34.0
+ rev: v1.35.5
46
47
- id: typos
48
args: []
49
verbose: true
50
51
- repo: https://github.com/pre-commit/mirrors-mypy
52
- rev: v1.17.0
+ rev: v1.17.1
53
54
- id: mypy
55
files: jsonargparse.*/.*.py
0 commit comments