diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index c6d83b6..18409b5 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,6 +1,6 @@ repos: - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v5.0.0 + rev: v6.0.0 hooks: - id: check-merge-conflict - id: check-yaml @@ -10,7 +10,7 @@ repos: - id: mixed-line-ending - id: trailing-whitespace - repo: https://github.com/editorconfig-checker/editorconfig-checker.python - rev: "3.2.1" + rev: "3.4.0" hooks: - id: editorconfig-checker alias: ec @@ -31,7 +31,7 @@ repos: - id: cargo-sort args: ["--workspace"] - repo: https://github.com/EmbarkStudios/cargo-deny - rev: 0.18.3 + rev: 0.18.4 hooks: - id: cargo-deny - repo: local