diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 303b69388..be583b662 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -44,7 +44,7 @@ repos: - id: check-readthedocs - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.9.2 + rev: v0.9.3 hooks: - id: ruff args: [--fix, --exit-non-zero-on-fix, --show-fixes] @@ -59,6 +59,6 @@ repos: )$ - repo: https://github.com/python-poetry/poetry - rev: 2.0.0 + rev: 2.0.1 hooks: - id: poetry-check