diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 852a854..5b40e3e 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -19,12 +19,12 @@ repos: - id: mixed-line-ending - repo: https://github.com/rbubley/mirrors-prettier - rev: v3.7.4 + rev: v3.8.0 hooks: - id: prettier - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.14.8 + rev: v0.14.13 hooks: - id: ruff args: [--fix, --exit-non-zero-on-fix]