From a8b8b151ab26db57cae94c6f5de9c618daf4971b Mon Sep 17 00:00:00 2001 From: Mauricio Villegas <5780272+mauvilsa@users.noreply.github.com> Date: Tue, 1 Oct 2024 04:52:20 -0500 Subject: [PATCH] Update versions in pre-commit config (#585) --- .pre-commit-config.yaml | 6 +++--- pyproject.toml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 9ebc945b..35a0d8b0 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -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"] @@ -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 diff --git a/pyproject.toml b/pyproject.toml index e22ae1c3..f29121cb 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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",