diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 79f82426b..a9c73d87d 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.10 + rev: 0.5.12 hooks: - id: pydoclint args: - "--config=pyproject.toml" - repo: https://github.com/astral-sh/ruff-pre-commit # Ruff version. - rev: v0.8.2 + rev: v0.8.3 hooks: - id: ruff args: [--fix]