diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 41e22b96..d8a5c030 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -25,13 +25,13 @@ repos: - id: trailing-whitespace exclude: .bumpversion.cfg -- repo: https://github.com/psf/black - rev: 25.1.0 +- repo: https://github.com/psf/black-pre-commit-mirror + rev: 25.9.0 hooks: - id: black - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.12.10 + rev: v0.13.3 hooks: - id: ruff args: ["--fix"] @@ -42,14 +42,14 @@ repos: - id: yesqa - repo: https://github.com/crate-ci/typos - rev: v1.35.5 + rev: v1.37.3 hooks: - id: typos args: [] verbose: true - repo: https://github.com/pre-commit/mirrors-mypy - rev: v1.17.1 + rev: v1.18.2 hooks: - id: mypy files: jsonargparse.*/.*.py