diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 8a5e24a..8f31ade 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -10,19 +10,19 @@ repos: - id: end-of-file-fixer - id: check-docstring-first - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.15.7 + rev: v0.15.18 hooks: - id: ruff args: ["--fix", "--show-fixes"] - repo: https://github.com/psf/black-pre-commit-mirror - rev: 26.3.1 + rev: 26.5.1 hooks: - id: black-jupyter - repo: https://github.com/keewis/blackdoc rev: v0.4.6 hooks: - id: blackdoc - additional_dependencies: ["black==26.3.1"] + additional_dependencies: ["black==26.5.1"] - id: blackdoc-autoupdate-black - repo: https://github.com/kynan/nbstripout rev: 0.9.1 @@ -31,7 +31,7 @@ repos: args: - "--extra-keys=metadata.kernelspec metadata.language_info.version" - repo: https://github.com/rbubley/mirrors-prettier - rev: v3.8.1 + rev: v3.8.4 hooks: - id: prettier args: ["--cache-location=.prettier_cache/cache"]