diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 1cd06bd0..d286ef35 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.16.0 + rev: v0.16.1 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.5 + rev: v6.3.0 hooks: - id: rstcheck additional_dependencies: ["rstcheck[toml, sphinx]"]