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
Expand Up @@ -9,7 +9,7 @@ ci:

repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.4.0
rev: v6.0.0
hooks:
- id: check-added-large-files
- id: check-merge-conflict
Expand All @@ -24,7 +24,7 @@ repos:
- id: mixed-line-ending

- repo: https://github.com/talos-systems/conform
rev: v0.1.0-alpha.27
rev: v0.1.0-alpha.30
hooks:
- id: conform
stages:
Expand All @@ -46,7 +46,7 @@ repos:
types: [file]

- repo: https://github.com/3mdeb/hooks
rev: v0.1.7
rev: v0.2.2
# Can be triggered manually with command:
# pre-commit run --hook-stage pre-push check-upstream-status
hooks:
Expand Down