diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index be3dea9..b7cee6b 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,18 +1,18 @@ repos: - repo: https://github.com/pre-commit/mirrors-clang-format - rev: v14.0.6 + rev: v18.1.4 hooks: - id: clang-format files: \.(proto)$ - repo: https://github.com/segmentio/golines - rev: v0.10.0 + rev: v0.12.2 hooks: - id: golines entry: golines -w --max-len=80 . - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v4.3.0 + rev: v4.6.0 hooks: - id: check-added-large-files - id: check-case-conflict @@ -27,7 +27,7 @@ repos: - id: trailing-whitespace - repo: https://github.com/pre-commit/mirrors-prettier - rev: v2.7.1 + rev: v4.0.0-alpha.8 hooks: - id: prettier files: \.(js|ts|jsx|tsx|css|less|html|json|markdown|md|yaml|yml|graphql|graphqls)$