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
8 changes: 4 additions & 4 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
# `pre-commit run --all-files` run hooks for all file
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v5.0.0
rev: v6.0.0
hooks:
- id: check-toml
- id: check-yaml
Expand All @@ -27,15 +27,15 @@ repos:
files: \.(py|sh|json|yml|yaml|md)$

- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.11.8
rev: v0.13.3

hooks:
- id: ruff
args: [--fix]
- id: ruff-format

- repo: https://github.com/hadolint/hadolint
rev: v2.13.1-beta
rev: v2.14.0
hooks:
- id: hadolint
name: Lint Dockerfiles
Expand All @@ -46,7 +46,7 @@ repos:

- repo: https://github.com/astral-sh/uv-pre-commit
# uv version.
rev: 0.7.2
rev: 0.8.23

hooks:
# Update the uv lockfile
Expand Down
Loading