diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index cfa89d0..a548f05 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -20,18 +20,18 @@ repos: - id: end-of-file-fixer - repo: https://github.com/renovatebot/pre-commit-hooks - rev: 42.71.0 + rev: 43.48.2 hooks: - id: renovate-config-validator files: renovate.json - repo: https://github.com/astral-sh/uv-pre-commit - rev: 0.9.21 + rev: 0.10.7 hooks: - id: uv-lock - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.14.10 + rev: v0.15.4 hooks: - id: ruff types_or: [python, pyi] @@ -40,6 +40,6 @@ repos: types_or: [python, pyi] - repo: https://github.com/opensource-nepal/commitlint - rev: v1.3.1 + rev: v1.13.3 hooks: - id: commitlint