diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 5a7fe8a..72b2be6 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -8,7 +8,7 @@ ci: repos: - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v5.0.0 + rev: v6.0.0 hooks: - id: check-added-large-files - id: check-case-conflict @@ -22,18 +22,18 @@ repos: - id: fix-byte-order-marker - repo: https://github.com/renovatebot/pre-commit-hooks - rev: 40.3.4 + rev: 43.272.5 hooks: - id: renovate-config-validator files: renovate.json - repo: https://github.com/astral-sh/uv-pre-commit - rev: 0.7.2 + rev: 0.11.29 hooks: - id: uv-lock - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.11.8 + rev: v0.15.22 hooks: - id: ruff types_or: [python, pyi] @@ -42,6 +42,6 @@ repos: types_or: [python, pyi] - repo: https://github.com/opensource-nepal/commitlint - rev: v1.3.0 + rev: v1.13.3 hooks: - id: commitlint