diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 84bc4a4..78c8b3c 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -64,13 +64,13 @@ repos: # Format configuration files with prettier - repo: https://github.com/pre-commit/mirrors-prettier - rev: "v3.0.0-alpha.4" + rev: "v3.0.0-alpha.6" hooks: - id: prettier types_or: [yaml, markdown, html, css, javascript, json] - repo: https://github.com/charliermarsh/ruff-pre-commit - rev: v0.0.253 + rev: v0.0.254 hooks: - id: ruff args: ["--fix"]