diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 4c9e9ca..f75c553 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -14,7 +14,7 @@ repos: - --unsafe - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.14.0 + rev: v0.15.17 hooks: - id: ruff-check args: [--fix] @@ -22,12 +22,12 @@ repos: - id: ruff-format - repo: https://github.com/RobertCraigie/pyright-python - rev: v1.1.406 + rev: v1.1.410 hooks: - id: pyright - repo: https://github.com/jsh9/pydoclint - rev: 0.7.3 + rev: 0.8.6 hooks: - id: pydoclint args: @@ -37,7 +37,7 @@ repos: - --skip-checking-raises=True - repo: https://github.com/commitizen-tools/commitizen - rev: v4.9.1 + rev: v4.16.3 hooks: - id: commitizen stages: [commit-msg]