diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 0a4d91b..d66face 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -17,12 +17,12 @@ repos: - id: mixed-line-ending - repo: https://github.com/rbubley/mirrors-prettier - rev: v3.2.5 + rev: v3.3.1 hooks: - id: prettier - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.4.5 + rev: v0.4.8 hooks: - id: ruff args: [--fix, --exit-non-zero-on-fix]