diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 6e71071..bb5fea1 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.11.7 + rev: v0.11.8 hooks: # Run the linter. - id: ruff @@ -31,7 +31,7 @@ repos: hooks: - id: doctoc - repo: https://github.com/python-poetry/poetry - rev: 2.1.2 + rev: 2.1.3 hooks: - id: poetry-check - id: poetry-lock