diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 02da535..4956f31 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -18,7 +18,7 @@ repos: - id: trailing-whitespace - repo: https://github.com/astral-sh/ruff-pre-commit # Ruff version. - rev: v0.13.0 + rev: v0.13.2 hooks: # Run the linter. - id: ruff @@ -31,7 +31,7 @@ repos: hooks: - id: doctoc - repo: https://github.com/python-poetry/poetry - rev: 2.2.0 + rev: 2.2.1 hooks: - id: poetry-check - id: poetry-lock