diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 132d4d4..281c191 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -20,12 +20,12 @@ repos: # Ruff - repo: https://github.com/charliermarsh/ruff-pre-commit # Ruff version. - rev: v0.5.0 + rev: v0.5.1 hooks: - id: ruff - repo: https://github.com/myint/rstcheck - rev: v6.2.1 + rev: v6.2.4 hooks: - id: rstcheck additional_dependencies: [sphinx, toml, myst-parser]