diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index b873375..b1c2992 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -8,7 +8,7 @@ repos: - id: trailing-whitespace - id: end-of-file-fixer - repo: https://github.com/astral-sh/ruff-pre-commit - rev: "v0.0.286" + rev: "v0.0.287" hooks: - id: ruff args: ["--fix"] @@ -36,7 +36,7 @@ repos: args: [] require_serial: true - repo: https://github.com/pre-commit/mirrors-prettier - rev: v3.0.2 + rev: v3.0.3 hooks: - id: prettier args: [--prose-wrap=always, --print-width=88]