diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index f795459..90f8c17 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -15,7 +15,7 @@ repos: - id: poetry-lock - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.1.12 + rev: v0.1.13 hooks: - id: ruff args: @@ -33,7 +33,7 @@ repos: - id: check-renovate - repo: https://github.com/compilerla/conventional-pre-commit - rev: v3.0.0 + rev: v3.1.0 hooks: - id: conventional-pre-commit stages: [ commit-msg ]