diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 21c6ef9e..e1e77ef1 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,6 +1,6 @@ repos: - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v4.2.0 + rev: v4.4.0 hooks: - id: check-added-large-files - id: check-case-conflict @@ -14,7 +14,7 @@ repos: - id: mixed-line-ending - id: trailing-whitespace - repo: https://github.com/pre-commit/mirrors-prettier - rev: v2.6.2 + rev: v3.0.1 hooks: - id: prettier name: Prettier