diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index f10d8e7..03ae20a 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -12,19 +12,19 @@ repos: - id: check-yaml - id: check-toml - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.9.2 + rev: v0.9.6 hooks: - id: ruff args: [--fix] - repo: https://github.com/psf/black-pre-commit-mirror - rev: 24.10.0 + rev: 25.1.0 hooks: - id: black-jupyter - repo: https://github.com/keewis/blackdoc rev: v0.3.9 hooks: - id: blackdoc - additional_dependencies: ["black==24.10.0"] + additional_dependencies: ["black==25.1.0"] - id: blackdoc-autoupdate-black - repo: https://github.com/kynan/nbstripout rev: 0.8.1 @@ -32,7 +32,7 @@ repos: - id: nbstripout args: [--extra-keys=metadata.kernelspec metadata.language_info.version] - repo: https://github.com/rbubley/mirrors-prettier - rev: v3.4.2 + rev: v3.5.0 hooks: - id: prettier args: [--cache-location=.prettier_cache/cache]