diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index b91b092b838..90e04f46512 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,7 +1,7 @@ --- repos: - repo: 'https://github.com/rbubley/mirrors-prettier' - rev: 'v3.8.1' + rev: 'v3.9.6' hooks: - id: 'prettier' types: [text] @@ -18,7 +18,7 @@ repos: '--ignore-path=.gitignore', ] - repo: 'https://github.com/codespell-project/codespell' - rev: 'v2.4.1' + rev: 'v2.4.3' hooks: - id: 'codespell' exclude: '^(package-lock.json|src/test/openutau-ustx/bulaomeng.ustx.yaml|src/test/kustomization/labels.json|src/test/bun-lock/bun.lock.json|src/bin/.*)$'