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 f5f2422 commit 74c169bCopy full SHA for 74c169b
.pre-commit-config.yaml
@@ -24,12 +24,12 @@ repos:
24
exclude: .bumpversion.cfg
25
26
- repo: https://github.com/psf/black
27
- rev: 24.4.2
+ rev: 24.8.0
28
hooks:
29
- id: black
30
31
- repo: https://github.com/astral-sh/ruff-pre-commit
32
- rev: v0.5.4
+ rev: v0.5.7
33
34
- id: ruff
35
args: ["--fix"]
@@ -40,14 +40,14 @@ repos:
40
- id: yesqa
41
42
- repo: https://github.com/crate-ci/typos
43
- rev: v1.23.3
+ rev: v1.23.6
44
45
- id: typos
46
args: []
47
verbose: true
48
49
- repo: https://github.com/pre-commit/mirrors-mypy
50
- rev: v1.11.0
+ rev: v1.11.1
51
52
- id: mypy
53
files: jsonargparse.*/.*.py
0 commit comments