diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index f4dfebd17..79f82426b 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -28,14 +28,14 @@ repos: # The interim replacement for darglint is pydoclint. - repo: https://github.com/jsh9/pydoclint - rev: 0.5.9 + rev: 0.5.10 hooks: - id: pydoclint args: - "--config=pyproject.toml" - repo: https://github.com/astral-sh/ruff-pre-commit # Ruff version. - rev: v0.8.1 + rev: v0.8.2 hooks: - id: ruff args: [--fix]