Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -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
Expand All @@ -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
Expand Down