diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index b30451d..e1c29bf 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -9,12 +9,12 @@ repos: hooks: - id: black - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.9.4 + rev: v0.9.9 hooks: - id: ruff args: ["--fix"] - repo: https://github.com/rbubley/mirrors-prettier - rev: v3.4.2 + rev: v3.5.3 hooks: - id: prettier args: ["--cache-location=.prettier_cache"]