diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 135deec..242f2ed 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -53,7 +53,7 @@ repos: stages: [commit, merge-commit, push, manual] - repo: https://github.com/pre-commit/mirrors-prettier - rev: "v3.0.0-alpha.9-for-vscode" + rev: "v3.0.3" hooks: - id: prettier stages: [commit, merge-commit, push, manual] @@ -62,7 +62,7 @@ repos: - "@prettier/plugin-xml" - repo: https://github.com/google/yapf - rev: v0.33.0 + rev: v0.40.2 hooks: - id: yapf stages: [commit, merge-commit, push, manual] @@ -79,7 +79,7 @@ repos: stages: [commit, merge-commit, push, manual] - repo: https://github.com/codespell-project/codespell - rev: v2.2.4 + rev: v2.2.5 hooks: - id: codespell args: ["--write-changes", "--ignore-words=.codespell_words"]