diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index c98ff134e..979e8fda2 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.4.1 + rev: 0.4.2 hooks: - id: pydoclint args: - "--config=pyproject.toml" - repo: https://github.com/astral-sh/ruff-pre-commit # Ruff version. - rev: v0.4.5 + rev: v0.4.7 hooks: - id: ruff args: [--fix]