Skip to content

Commit

Permalink
Update versions in pre-commit config (#585)
Browse files Browse the repository at this point in the history
  • Loading branch information
mauvilsa authored Oct 1, 2024
1 parent a2834c6 commit a8b8b15
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.5.7
rev: v0.6.8
hooks:
- id: ruff
args: ["--fix"]
Expand All @@ -40,14 +40,14 @@ repos:
- id: yesqa

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

- repo: https://github.com/pre-commit/mirrors-mypy
rev: v1.11.1
rev: v1.11.2
hooks:
- id: mypy
files: jsonargparse.*/.*.py
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ dev = [
"build>=0.10.0",
]
doc = [
"Sphinx>=1.7.9",
"Sphinx>=1.7.9,<8.0.0",
"sphinx-rtd-theme>=1.2.2",
"autodocsumm>=0.1.10",
"sphinx-autodoc-typehints>=1.19.5",
Expand Down

0 comments on commit a8b8b15

Please sign in to comment.