diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 02d1796..3490e49 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -65,7 +65,7 @@ repos: hooks: - id: trailing-whitespace - repo: https://github.com/rbubley/mirrors-prettier - rev: v3.7.4 + rev: v3.8.0 hooks: - id: prettier types_or: [yaml, markdown, html, css, scss, javascript, json] @@ -88,7 +88,7 @@ repos: - id: check-yaml - repo: https://github.com/adrienverge/yamllint.git - rev: v1.37.1 + rev: v1.38.0 hooks: - id: yamllint args: [--strict]