diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 0b76114..faf58e6 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -6,7 +6,7 @@ repos: - id: check-hooks-apply - id: check-useless-excludes - repo: https://github.com/pre-commit/pre-commit-hooks - rev: "v4.4.0" + rev: "v4.5.0" hooks: - id: trailing-whitespace - id: end-of-file-fixer @@ -23,12 +23,12 @@ repos: - id: fmt - id: clippy - repo: https://github.com/editorconfig-checker/editorconfig-checker.python - rev: "2.7.2" + rev: "2.7.3" hooks: - id: editorconfig-checker exclude: "(.github|.idea)/.*" - repo: https://github.com/pre-commit/mirrors-prettier - rev: v3.0.1 + rev: v4.0.0-alpha.3 hooks: - id: prettier - repo: local