diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 3022e0cb..c5ff45a2 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -33,7 +33,7 @@ repos: additional_dependencies: [pyyaml] - repo: https://github.com/pre-commit/mirrors-prettier - rev: "v3.0.0-alpha.1" + rev: "v3.0.0-alpha.2" hooks: - id: prettier types_or: [yaml, markdown, html, css, scss, javascript, json] @@ -80,7 +80,7 @@ repos: exclude: .pre-commit-config.yaml - repo: https://github.com/codespell-project/codespell - rev: v2.2.1 + rev: v2.2.2 hooks: - id: codespell args: ["-L", "atleast,ans,doub,inout"]