diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index d39e0db1..2aea6261 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -32,7 +32,7 @@ repos: # Linter and formatter that replaces flake8, isort, etc. - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.11.11 + rev: v0.11.13 hooks: - id: ruff args: [--fix, --exit-non-zero-on-fix] @@ -57,7 +57,7 @@ repos: # Lint any RST files and embedded code blocks for syntax / formatting errors - repo: https://github.com/rstcheck/rstcheck - rev: v6.2.4 + rev: v6.2.5 hooks: - id: rstcheck additional_dependencies: ["rstcheck[toml, sphinx]"]