diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index fdf72dad..f8c94122 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -9,7 +9,7 @@ repos: - id: end-of-file-fixer - id: check-docstring-first - repo: https://github.com/rbubley/mirrors-prettier - rev: v3.8.1 + rev: v3.8.3 hooks: - id: prettier args: ["--cache-location=.prettier_cache/cache"] @@ -35,7 +35,7 @@ repos: additional_dependencies: ["black==26.3.1"] - id: blackdoc-autoupdate-black - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.15.8 + rev: v0.15.12 hooks: - id: ruff args: ["--fix"]