Skip to content

Commit

Permalink
Update pre-commit versions (#659)
Browse files Browse the repository at this point in the history
  • Loading branch information
mauvilsa authored Jan 7, 2025
1 parent e9c6eef commit 59c5a7d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ repos:
- id: black

- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.6.9
rev: v0.8.6
hooks:
- id: ruff
args: ["--fix"]
Expand All @@ -40,14 +40,14 @@ repos:
- id: yesqa

- repo: https://github.com/crate-ci/typos
rev: v1.26.0
rev: v1.29.4
hooks:
- id: typos
args: []
verbose: true

- repo: https://github.com/pre-commit/mirrors-mypy
rev: v1.12.0
rev: v1.14.1
hooks:
- id: mypy
files: jsonargparse.*/.*.py
Expand Down
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ Other notable features include:
hierarchies.

- **Config file formats:** `json <https://www.json.org/>`__, `yaml
<https://yaml.org/>`__, `jsonnet <https://jsonnet.org/>`__ and extendible to
<https://yaml.org/>`__, `jsonnet <https://jsonnet.org/>`__ and extendable to
more formats.

- **Relative paths:** within config files and parsing of config paths referenced
Expand Down

0 comments on commit 59c5a7d

Please sign in to comment.